Fix:2446 【商城小程序】待收货、待评价订单详情页—点击【更多】下的【申请退款】按钮,应该跳转待收货订单退款页面,而不是未发货退款页面

This commit is contained in:
modendeveloper
2024-10-11 21:54:37 +08:00
parent 848307944c
commit fb23c8fccf
+9 -6
View File
@@ -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) {