Authored by hongweigao

品牌悬浮

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