...
|
...
|
@@ -719,7 +719,6 @@ const getExchangeDetailData = (id, uid) => { |
|
|
returnsAPI.getExchangeDetail(id, uid),
|
|
|
returnsAPI.getExpressCompanyAsync()
|
|
|
]).then(result => {
|
|
|
console.log(result);
|
|
|
let exchangeData = {};
|
|
|
|
|
|
Object.assign(exchangeData, _setSideMenu('我的退/换货'));
|
...
|
...
|
|