自营订单核销后跳转详情
This commit is contained in:
parent
5578a25653
commit
b38847ada8
|
|
@ -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}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue