Fix:5002 【商城小程序】点击“先去体验”/“确认”按钮应跳转到旅居订单列表页

This commit is contained in:
LinCyJang
2026-03-26 21:56:56 +08:00
parent d55f7725a4
commit 601d2242b7
+3 -8
View File
@@ -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({