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