Authored by 郭成尧

breakingyardsjichushuju

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2016-05-19 10:20:08
* @Last Modified by: Targaryen
* @Last Modified time: 2016-05-20 16:20:33
* @Last Modified time: 2016-05-20 16:52:10
*/
'use strict';
... ... @@ -127,7 +127,7 @@ exports.getbreakingYardsData = () => {
finalResult.category = result[0].data;
}
if (result[1].code === 200) {
finalResult.goodsList = result[1].data;
finalResult.goodsList = handleSaleGoodsListData(result[1].data);
}
return finalResult;
});
... ...