...
|
...
|
@@ -644,7 +644,7 @@ const _setExchangeDetailData = (data) => { |
|
|
list.reminder = true;
|
|
|
list.inDoor = true;
|
|
|
list.auditSuccess = true;
|
|
|
list.view = `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`;
|
|
|
list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
|
|
|
}
|
|
|
|
|
|
break;
|
...
|
...
|
@@ -652,7 +652,7 @@ const _setExchangeDetailData = (data) => { |
|
|
if (data.deliveryTpyeName === '寄回换货') {
|
|
|
list.takeGoods = true;
|
|
|
list.auditSuccess = true;
|
|
|
list.view = `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`;
|
|
|
list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
|
|
|
} else {
|
|
|
list.takeGoods = true;
|
|
|
}
|
...
|
...
|
@@ -662,14 +662,14 @@ const _setExchangeDetailData = (data) => { |
|
|
send: true,
|
|
|
doubt: true,
|
|
|
auditSuccess: true,
|
|
|
view: `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`
|
|
|
view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
|
|
|
});
|
|
|
break;
|
|
|
case 40:
|
|
|
Object.assign(list, {
|
|
|
finish: true,
|
|
|
auditSuccess: true,
|
|
|
view: `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`
|
|
|
view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
|
|
|
});
|
|
|
break;
|
|
|
case 91:
|
...
|
...
|
|