wangguoyu hace 5 días
padre
commit
6a42ccfa76
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      pages/study/product/yingyu.vue

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

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