Browse Source

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

master
liaoxinyu 2 years ago
parent
commit
2c3e7b282a
  1. 3
      pages/goods/detail.vue

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

Loading…
Cancel
Save