wangfukang 10 hours ago
parent
commit
d1ff98dd05
  1. 5
      package1/buyFood/buyFood.vue

5
package1/buyFood/buyFood.vue

@ -788,7 +788,7 @@
},
fail: function(err) {
uni.redirectTo({
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount
url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount
});
}
});
@ -837,7 +837,7 @@
onPintuanPopupChange(e) {
if(!e.show){
uni.redirectTo({
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount
url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount
});
}
},
@ -960,6 +960,7 @@
if (this.selected === 'zhiding' && this.assignedWorker) {
payload.workerParam = {
workerId: this.assignedWorker.workerId,
workerPhone: this.assignedWorker.mobile,
workerName: this.assignedWorker.workerName,
orderBkge: parseFloat(this.assignedWorker.orderBkge || 0) + this.highFloorFeeCalc
};

Loading…
Cancel
Save