自营订单核销后跳转详情

This commit is contained in:
丁杰 2026-06-10 10:38:39 +08:00
parent 5578a25653
commit b38847ada8
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export default {
let url = '';
if (orderType == 3) {
url = `/pages/shop/SellerDetail?order_id=${orderId}`;
} else if (orderType == 2 || orderType == 5) {
} else if (orderType == 2 || orderType == 5 || orderType == 6) {
url = `/pages/shop/userorder-detail?order_id=${orderId}&serviceType=2`;
} else {
url = `/pages/shop/userorder-detail?order_id=${orderId}`;