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()