wangguoyu 2 недель назад
Родитель
Сommit
58344015dc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pages/study/product/shuxue.vue

+ 2 - 2
pages/study/product/shuxue.vue

@@ -36,13 +36,13 @@
 
 					<view v-if="isVip == 'Visitor' && appleTishen =='true'&&item.type!=2">
 						<!-- 锁 -->
+
 						<view class="brand-icon">{{ item.number }}
 						</view>
 						<!-- 节名称 -->
 						<view  class="brand-content"> {{ item.jieName }} </view>
 					</view>
 					<view v-if="isVip == 'Visitor'&& appleTishen =='false'">
-
 						<!-- 锁 -->
 						<view class="brand-icon">{{ item.number }}
 						</view>
@@ -190,7 +190,7 @@
 			brandActive = 'brand-active';
 		} else if (data.number == 1 && item.firstFlag == 1 && isVip == 'Not-Vip') {
 			brandActive = 'brand-active';
-		} else if (appleTishen.value =='true') {
+		} else if (appleTishen.value =='true'&&isVip == 'Visitor') {
 			brandActive = 'brand-active';
 		} else if (data.number == 1 && item.firstFlag == 1 && isVip == 'Visitor' && item.type == 1) {
 			brandActive = 'brand-active';