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

5
package1/buyFood/buyFood.vue

@ -788,7 +788,7 @@
}, },
fail: function(err) { fail: function(err) {
uni.redirectTo({ 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) { onPintuanPopupChange(e) {
if(!e.show){ if(!e.show){
uni.redirectTo({ 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) { if (this.selected === 'zhiding' && this.assignedWorker) {
payload.workerParam = { payload.workerParam = {
workerId: this.assignedWorker.workerId, workerId: this.assignedWorker.workerId,
workerPhone: this.assignedWorker.mobile,
workerName: this.assignedWorker.workerName, workerName: this.assignedWorker.workerName,
orderBkge: parseFloat(this.assignedWorker.orderBkge || 0) + this.highFloorFeeCalc orderBkge: parseFloat(this.assignedWorker.orderBkge || 0) + this.highFloorFeeCalc
}; };

Loading…
Cancel
Save