From 496fce63efa21fd9e17b9054dc139cab3fa940e9 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 3 Apr 2024 09:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=B2=A1=E6=9C=89=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=9B=BE=E6=A0=87=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/shopcart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/shopcart/index.vue b/pages/user/shopcart/index.vue index c291dd2..2e5e1c1 100644 --- a/pages/user/shopcart/index.vue +++ b/pages/user/shopcart/index.vue @@ -275,7 +275,7 @@ export default { app.$success('订单提交成功') // 延时2秒跳转 setTimeout(function () { - uni.reLaunch({url: "/pages/goods/payment/orderPayment?batchcode="+res.data.batchcode}) + uni.navigateTo({url: "/pages/goods/payment/orderPayment?batchcode="+res.data.batchcode}) },1000) app.getCartList(); app.onClearInvalidId()