Showing
9 changed files
with
2 additions
and
1 deletions
@@ -118,6 +118,7 @@ const getThirdNav = (data) => { | @@ -118,6 +118,7 @@ const getThirdNav = (data) => { | ||
118 | if (item.sub) { | 118 | if (item.sub) { |
119 | thirdNav = _.concat(thirdNav, getBrandItems(item.sub)); | 119 | thirdNav = _.concat(thirdNav, getBrandItems(item.sub)); |
120 | obj.category = true; | 120 | obj.category = true; |
121 | + | ||
121 | // obj.brandItems = getBrandItems(item.sub); | 122 | // obj.brandItems = getBrandItems(item.sub); |
122 | } | 123 | } |
123 | 124 |
-
Please register or login to post a comment