Browse Source

跳转没有返回图标优化

master
wanghongjun 2 years ago
parent
commit
496fce63ef
  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