diff --git a/pages/shop/verify/verify-order-detail.vue b/pages/shop/verify/verify-order-detail.vue index fc05140..c2c8c0a 100644 --- a/pages/shop/verify/verify-order-detail.vue +++ b/pages/shop/verify/verify-order-detail.vue @@ -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}`;