Fix:5002 【商城小程序】点击“先去体验”/“确认”按钮应跳转到旅居订单列表页
This commit is contained in:
@@ -258,14 +258,9 @@ export default {
|
||||
icon: 'success'
|
||||
})
|
||||
setTimeout(() => {
|
||||
const orderId = res.data && res.data.orderId ? res.data.orderId : (res.orderId || '')
|
||||
if (orderId) {
|
||||
uni.navigateTo({
|
||||
url: `/pkg_product/views/experienceCouponOrderDetail?orderId=${orderId}`
|
||||
})
|
||||
} else {
|
||||
this.initPage()
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: '/pages/order/MyOrder/index?type=3&tabIndex=1'
|
||||
})
|
||||
}, 1500)
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user