wangguoyu 5 kuukautta sitten
vanhempi
commit
35791c365d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>