|
@@ -372,11 +372,6 @@ export default {
|
|
|
},
|
|
|
changeDeliveryType(val){
|
|
|
this.disabled = true;
|
|
|
- // if(val==''){
|
|
|
- // this.total = this.data.price;
|
|
|
- // this.skuCount = 1;
|
|
|
- // this.disabled = true;
|
|
|
- // }
|
|
|
if(val=='0' || val==''){
|
|
|
this.total = this.data.price;
|
|
|
this.skuCount = 1;
|
|
@@ -400,6 +395,9 @@ export default {
|
|
|
if(val=='4'){
|
|
|
this.total = this.data.price;
|
|
|
this.skuCount = 1;
|
|
|
+ if(this.phoneNumber){
|
|
|
+ this.disabled = false;
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
setTab() {
|