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); }