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

4
package1/buyFood/buyFood.vue

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