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' icon: 'success'
}) })
setTimeout(() => { setTimeout(() => {
const orderId = res.data && res.data.orderId ? res.data.orderId : (res.orderId || '') uni.navigateTo({
if (orderId) { url: '/pages/order/MyOrder/index?type=3&tabIndex=1'
uni.navigateTo({ })
url: `/pkg_product/views/experienceCouponOrderDetail?orderId=${orderId}`
})
} else {
this.initPage()
}
}, 1500) }, 1500)
} else { } else {
uni.showToast({ uni.showToast({