修改自提bug

This commit is contained in:
ghusermoon 2020-09-02 15:32:54 +08:00
parent 4911a0c948
commit bc9290e13c

View File

@ -392,8 +392,10 @@ export default {
async setDelivery(index) {
// console.log(index);
if(index == 1) {
if(!this.isTakeawayer) this.$u.toast('此地区不支持骑手配送');
return false;
if(!this.isTakeawayer) {
this.$u.toast('此地区不支持骑手配送');
return false;
}
this.delivery = this.deliveryList[index];
this.getFreight();
}
@ -404,7 +406,6 @@ export default {
this.freight[key] = '0.00';
}
}
this.isTakeawayer = false;
this.setTotalPrice(); //
this.delivery = this.deliveryList[index];
} else {