wangguoyu 5 tháng trước cách đây
mục cha
commit
35791c365d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/study/index.vue

+ 2 - 2
pages/study/index.vue

@@ -11,9 +11,9 @@
 						<template v-if="item.vipFlag">{{ index + 1 }}</template>
 						<template v-else-if="index === 0">1</template>
 					</view>
-					<view class="brand-lock" v-if="!item.vipFlag && index !== 0"></view>
+					<view class="brand-lock" v-if="item.vipFlag==0 && index !== 0"></view>
 					<view class="brand-growth">
-						<template v-if="item.vipFlag">
+						<template v-if="item.vipFlag ==1">
 							<template v-if="item.growth === 0">蛋</template>
 							<template v-else-if="item.growth === 10">小鹅</template>
 							<template v-else-if="item.growth === 20">中鹅</template>