Authored by zhangxiaoru

exchange

... ... @@ -720,6 +720,7 @@ const getExchangeDetailData = (id, uid) => {
returnsAPI.getExpressCompanyAsync()
]).then(result => {
let exchangeData = {};
// console.log(result)
Object.assign(exchangeData, _setSideMenu('我的退/换货'));
exchangeData = {
... ... @@ -729,6 +730,7 @@ const getExchangeDetailData = (id, uid) => {
if (result[0] && result[0].data) {
let data = result[0].data;
data.expressId = data.notice.express_id;
if (result[1] && result[1].data) {
... ...
... ... @@ -52,4 +52,4 @@ $('.msg-title').each(function() {
if ($text.length > 68) {
$this.html($text.substring(0, 64) + '...');
}
});
\ No newline at end of file
});
... ...