Fix:5948 【商城小程序】旅居团购提交订单取消支付后,错误跳转到【购物‑待付款】页面

This commit is contained in:
linxi
2026-09-04 11:14:17 +08:00
parent b3ae93633c
commit 98a142dba1
+8 -4
View File
@@ -333,7 +333,8 @@ export default {
this.$yrouter.replace({
path: "/pages/order/MyOrder/index",
query: {
type: 1
type: 1,
tabIndex: 1
}
});
break;
@@ -355,7 +356,8 @@ export default {
this.$yrouter.replace({
path: "/pages/order/MyOrder/index",
query: {
type: 1
type: 1,
tabIndex: 1
}
})
break;
@@ -365,7 +367,8 @@ export default {
this.$yrouter.replace({
path: "/pages/order/MyOrder/index",
query: {
type: 1
type: 1,
tabIndex: 1
}
})
})
@@ -376,7 +379,8 @@ export default {
this.$yrouter.replace({
path: "/pages/order/MyOrder/index",
query: {
type: 1
type: 1,
tabIndex: 1
}
});
})