diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue index 0518b41..51b6048 100644 --- a/package1/buyFood/buyFood.vue +++ b/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 }); } }