From 67e01205f616a546dc043d3b8f122182c1347460 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 18 Apr 2026 15:30:47 +0800 Subject: [PATCH] 1 --- package1/buyFood/buyFood.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); } }