Feat: 旅居订单详情信息处理
This commit is contained in:
@@ -292,7 +292,7 @@ export default {
|
||||
duration: 2000
|
||||
})
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
@@ -307,7 +307,7 @@ export default {
|
||||
duration: 2000
|
||||
})
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
@@ -320,7 +320,7 @@ export default {
|
||||
duration: 2000
|
||||
})
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
@@ -329,7 +329,7 @@ export default {
|
||||
case "WECHAT_H5_PAY":
|
||||
// H5支付
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
@@ -339,7 +339,7 @@ export default {
|
||||
// 小程序支付
|
||||
weappPay(data.result.jsConfig).finally(() => {
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
@@ -350,7 +350,7 @@ export default {
|
||||
// APP支付
|
||||
weappPay(data.result.jsConfig).finally(() => {
|
||||
this.$yrouter.replace({
|
||||
path: "/pages/order/OrderDetails/index?isGroup=1",
|
||||
path: "/pkg_product/views/sojoumOrderDetails",
|
||||
query: {
|
||||
id: data.result.orderId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user