wangfukang 7 hours ago
parent
commit
67e01205f6
  1. 4
      package1/buyFood/buyFood.vue

4
package1/buyFood/buyFood.vue

@ -818,7 +818,7 @@
handlePaymentSuccess() { handlePaymentSuccess() {
if (!this.isGroupBuy) { if (!this.isGroupBuy) {
uni.redirectTo({ uni.redirectTo({
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount
}); });
} else { } else {
let isInitiating = !this.groupItem.groupId; let isInitiating = !this.groupItem.groupId;
@ -829,7 +829,7 @@
return; return;
} else if (isJoining) { } else if (isJoining) {
uni.redirectTo({ uni.redirectTo({
url: '/package1/order/orderConfirm?id=' + that.currentOrderId + '&amount=' + this.backendTotalAmount url: '/package1/order/orderConfirm?id=' + this.currentOrderId + '&amount=' + this.backendTotalAmount
}); });
} }
} }

Loading…
Cancel
Save