@@ -151,7 +151,6 @@
// 获取节class
function getClass(data, index, isVip,item) {
- // console.log('data',data);
let brandActive = '';
if (isVip === 'VIP') {
brandActive = 'brand-active';
@@ -162,6 +161,7 @@
} else {
brandActive = '';
}
+ return brandActive