Authored by zhangxiaoru

图标文件移动

@@ -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
@@ -33,4 +33,4 @@ $('.contain-third').on({ @@ -33,4 +33,4 @@ $('.contain-third').on({
33 } 33 }
34 $thirdWrapper.hide(); 34 $thirdWrapper.hide();
35 } 35 }
36 -});  
  36 +});