|
@@ -30,6 +30,8 @@
|
|
|
<view v-if="isVip == 'Not-Vip'">
|
|
|
<!-- 序号 -->
|
|
|
<!-- <view class="brand-icon">{{ item.number }}</view> -->
|
|
|
+ <!-- 星星 -->
|
|
|
+ <view class="brand-finish-icon" v-if="item.studyFlag===1"></view>
|
|
|
<view v-if="item.number !=1" class="brand-lock"></view>
|
|
|
<!-- 箭头 -->
|
|
|
<view v-if="item.daeFlag && animalNum == index && isVip != 'Visitor'" class="brand-arrow"></view>
|