wangguoyu hace 2 semanas
padre
commit
c32767dcf1

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

@@ -24,9 +24,9 @@
 					</view>
 					<view v-if="isVip == 'Not-Vip'">
 						<!-- 序号或锁 -->
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }}
+						<view  class="brand-icon">{{ item.number }}
 						</view>
-						<view v-else class="brand-lock"></view>
+						<view v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index &&isVip != 'Visitor'" class="brand-arrow">
 						</view>
@@ -37,10 +37,10 @@
 					<view v-if="isVip == 'Visitor'">
 			
 						<!-- 锁 -->
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }}
+						<view  class="brand-icon">{{ item.number }}
 						</view>
 						<!-- 锁 -->
-						<view v-else class="brand-lock"></view>
+						<view  v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index &&isVip != 'Visitor'" class="brand-arrow">
 						</view>

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

@@ -19,9 +19,9 @@
 					</view>
 					<view v-if="isVip == 'Not-Vip'">
 						<!-- 序号 -->
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }} </view>
+						<view  class="brand-icon">{{ item.number }} </view>
 						<!-- 锁 -->
-						<view v-else class="brand-lock"></view>
+						<view v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index &&isVip != 'Visitor'" class="brand-arrow"> </view>
 						<!-- 节名称 -->
@@ -31,9 +31,9 @@
 					
 					<view v-if="isVip == 'Visitor'">
 			
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }} </view>
+						<view class="brand-icon">{{ item.number }} </view>
 						<!-- 锁 -->
-						<view v-else class="brand-lock"></view>
+						<view v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index &&isVip != 'Visitor'" class="brand-arrow"> </view>
 						<!-- 节名称 -->

+ 4 - 4
pages/study/product/yingyu.vue

@@ -21,9 +21,9 @@
 					</view>
 					<view v-if="isVip == 'Not-Vip'">
 						<!-- 序号 -->
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }}
+						<view  class="brand-icon">{{ item.number }}
 						</view>
-						<view v-else class="brand-lock"></view>
+						<view v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index && isVip != 'Visitor'" class="brand-arrow"></view>
 						<!-- 节名称 -->
@@ -32,9 +32,9 @@
 					</view>
 					<view v-if="isVip == 'Visitor'">
 						<!-- 锁 -->
-						<view v-if="options.number ==1 && item.firstFlag ==1" class="brand-icon">{{ item.number }} </view>
+						<view  class="brand-icon">{{ item.number }} </view>
 						<!-- 锁 -->
-						<view v-else class="brand-lock"></view>
+						<view  v-if="item.firstFlag !=1" class="brand-lock"></view>
 						<!-- 箭头 -->
 						<view v-if="item.daeFlag  &&  animalNum == index && isVip != 'Visitor'" class="brand-arrow"></view>
 						<!-- 节名称 -->