Authored by 郭成尧

代码清理

... ... @@ -68,7 +68,7 @@ const handleSaleSortData = (origin) => {
_.forEach(origin, function(value) {
let category = {};
category.name = value.sort_name;
leftContent.allDiscount.list.push(category);
});
... ...