Showing
1 changed file
with
1 additions
and
1 deletions
@@ -68,7 +68,7 @@ const handleSaleSortData = (origin) => { | @@ -68,7 +68,7 @@ const handleSaleSortData = (origin) => { | ||
68 | 68 | ||
69 | _.forEach(origin, function(value) { | 69 | _.forEach(origin, function(value) { |
70 | let category = {}; | 70 | let category = {}; |
71 | - | 71 | + |
72 | category.name = value.sort_name; | 72 | category.name = value.sort_name; |
73 | leftContent.allDiscount.list.push(category); | 73 | leftContent.allDiscount.list.push(category); |
74 | }); | 74 | }); |
-
Please register or login to post a comment