Authored by zhangxiaoru

exchange

... ... @@ -26,10 +26,12 @@ const getMeThumb = () => {
cache: true,
code: 200
}).then(result => {
let thumb = {
banner: result.data.list[0].data[0].src,
url: result.data.list[0].data[0].url
};
return thumb;
});
};
... ...
... ... @@ -643,7 +643,7 @@ const _setExchangeDetailData = (data) => {
list.reminder = true;
list.inDoor = true;
list.auditSuccess = true;
list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
list.view = `//www.yohoblk.com/me/order/detail/?orderCode=${data.orderCode}`;
}
break;
... ... @@ -651,7 +651,7 @@ const _setExchangeDetailData = (data) => {
if (data.deliveryTpyeName === '寄回换货') {
list.takeGoods = true;
list.auditSuccess = true;
list.view = `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`;
list.view = `//www.yohoblk.com/me/order/detail/?orderCode=${data.orderCode}`;
} else {
list.takeGoods = true;
}
... ... @@ -661,14 +661,14 @@ const _setExchangeDetailData = (data) => {
send: true,
doubt: true,
auditSuccess: true,
view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
view: `//www.yohoblk.com/me/order/detail/?orderCode=${data.orderCode}`
});
break;
case 40:
Object.assign(list, {
finish: true,
auditSuccess: true,
view: `//www.yohoblk.com/me/order/detail?code=${data.orderCode}`
view: `//www.yohoblk.com/me/order/detail/?orderCode=${data.orderCode}`
});
break;
case 91:
... ...
... ... @@ -76,6 +76,7 @@
.iconfont {
font-size: 12px;
margin-right: 5px;
color: #219dd6;
}
}
}
... ...