From 4f17f36682bf36944da92ce99cd684bf1576e9a8 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Wed, 3 Apr 2024 10:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E4=BD=BF=E7=94=A8=E7=9B=B8?= =?UTF-8?q?=E5=90=8C=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index 2779089..30f23d4 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -492,7 +492,8 @@ if (res.resultCode === "00000000") { // 跳转至付款界面 - this.$navTo('pages/goods/payment/orderPayment', { batchcode:res.data.batchcode, img: app.goods.img, time: new Date().getTime() }) + uni.navigateTo({url: "/pages/goods/payment/orderPayment?batchcode="+res.data.batchcode+"&img="+app.goods.img+"&time="+new Date().getTime()}) + //this.$navTo('pages/goods/payment/orderPayment', { batchcode:res.data.batchcode, img: app.goods.img, time: new Date().getTime() }) } else { app.$error(res.errMsg); }