|
|
@@ -36,13 +36,13 @@
|
|
|
|
|
|
<view v-if="isVip == 'Visitor' && appleTishen =='true'&&item.type!=2">
|
|
|
<!-- 锁 -->
|
|
|
+
|
|
|
<view class="brand-icon">{{ item.number }}
|
|
|
</view>
|
|
|
<!-- 节名称 -->
|
|
|
<view class="brand-content"> {{ item.jieName }} </view>
|
|
|
</view>
|
|
|
<view v-if="isVip == 'Visitor'&& appleTishen =='false'">
|
|
|
-
|
|
|
<!-- 锁 -->
|
|
|
<view class="brand-icon">{{ item.number }}
|
|
|
</view>
|
|
|
@@ -190,7 +190,7 @@
|
|
|
brandActive = 'brand-active';
|
|
|
} else if (data.number == 1 && item.firstFlag == 1 && isVip == 'Not-Vip') {
|
|
|
brandActive = 'brand-active';
|
|
|
- } else if (appleTishen.value =='true') {
|
|
|
+ } else if (appleTishen.value =='true'&&isVip == 'Visitor') {
|
|
|
brandActive = 'brand-active';
|
|
|
} else if (data.number == 1 && item.firstFlag == 1 && isVip == 'Visitor' && item.type == 1) {
|
|
|
brandActive = 'brand-active';
|