|
@@ -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>
|