|
@@ -644,7 +644,7 @@ const _setExchangeDetailData = (data) => { |
|
@@ -644,7 +644,7 @@ const _setExchangeDetailData = (data) => { |
644
|
list.reminder = true;
|
644
|
list.reminder = true;
|
645
|
list.inDoor = true;
|
645
|
list.inDoor = true;
|
646
|
list.auditSuccess = true;
|
646
|
list.auditSuccess = true;
|
647
|
- list.view = `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`;
|
647
|
+ list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
|
648
|
}
|
648
|
}
|
649
|
|
649
|
|
650
|
break;
|
650
|
break;
|
|
@@ -652,7 +652,7 @@ const _setExchangeDetailData = (data) => { |
|
@@ -652,7 +652,7 @@ const _setExchangeDetailData = (data) => { |
652
|
if (data.deliveryTpyeName === '寄回换货') {
|
652
|
if (data.deliveryTpyeName === '寄回换货') {
|
653
|
list.takeGoods = true;
|
653
|
list.takeGoods = true;
|
654
|
list.auditSuccess = true;
|
654
|
list.auditSuccess = true;
|
655
|
- list.view = `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`;
|
655
|
+ list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
|
656
|
} else {
|
656
|
} else {
|
657
|
list.takeGoods = true;
|
657
|
list.takeGoods = true;
|
658
|
}
|
658
|
}
|
|
@@ -662,14 +662,14 @@ const _setExchangeDetailData = (data) => { |
|
@@ -662,14 +662,14 @@ const _setExchangeDetailData = (data) => { |
662
|
send: true,
|
662
|
send: true,
|
663
|
doubt: true,
|
663
|
doubt: true,
|
664
|
auditSuccess: true,
|
664
|
auditSuccess: true,
|
665
|
- view: `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`
|
665
|
+ view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
|
666
|
});
|
666
|
});
|
667
|
break;
|
667
|
break;
|
668
|
case 40:
|
668
|
case 40:
|
669
|
Object.assign(list, {
|
669
|
Object.assign(list, {
|
670
|
finish: true,
|
670
|
finish: true,
|
671
|
auditSuccess: true,
|
671
|
auditSuccess: true,
|
672
|
- view: `//www.yohobuy.com/me/order/detail?code=${data.orderCode}`
|
672
|
+ view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
|
673
|
});
|
673
|
});
|
674
|
break;
|
674
|
break;
|
675
|
case 91:
|
675
|
case 91:
|