Fix:2446 【商城小程序】待收货、待评价订单详情页—点击【更多】下的【申请退款】按钮,应该跳转待收货订单退款页面,而不是未发货退款页面
This commit is contained in:
@@ -737,12 +737,15 @@ export default {
|
|||||||
duration: 3000
|
duration: 3000
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.$yrouter.push({
|
// this.$yrouter.push({
|
||||||
path: "/pages/order/GoodsReturn/index",
|
// path: `/pkg_orders/views/refund?id=${orderInfo.orderId}`,
|
||||||
query: {
|
// query: {
|
||||||
id: orderInfo.orderId
|
// id: orderInfo.orderId
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pkg_orders/views/refund?id=${orderInfo.orderId}`
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
goGroupRule(orderInfo) {
|
goGroupRule(orderInfo) {
|
||||||
|
|||||||
Reference in New Issue
Block a user