wangguoyu 4 weeks ago
parent
commit
cc85851b15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/study/product/shuxueNew.vue

+ 1 - 1
pages/study/product/shuxueNew.vue

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