Authored by hongweigao

品牌悬浮

@@ -172,8 +172,8 @@ const getBrandViewList = (channel, start, length) => { @@ -172,8 +172,8 @@ const getBrandViewList = (channel, start, length) => {
172 href: href 172 href: href
173 }; 173 };
174 174
175 - if(ssubValue.is_hot === 'Y') {  
176 - brandItem.hot = 'hot' 175 + if (ssubValue.is_hot === 'Y') {
  176 + brandItem.hot = 'hot';
177 } 177 }
178 listTmp.push(brandItem); 178 listTmp.push(brandItem);
179 179