Browse Source

Merge branch 'master' of ssh://git.xingtongworld.com:10022/xioayue/why_in_h5

master
liaoxinyu 2 years ago
parent
commit
a76022e1ef
  1. 2
      pages/user/shopcart/index.vue

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

Loading…
Cancel
Save