wangguoyu hace 4 semanas
padre
commit
cc85851b15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/study/product/shuxueNew.vue

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

@@ -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
 	}