|
|
@@ -29,7 +29,7 @@
|
|
|
<view class="scroll-middle_bx">
|
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop" >
|
|
|
<div v-for="(item, index) in filterProductInfo" :key="index" class="tab-bar-item" :class="[classIndex == index ? 'active' : '']" :data-current="index" @tap.stop="swichClass(index)">
|
|
|
- <text v-if="item.classId=='-1'" style="color: red">{{ item.className || "" }}</text>
|
|
|
+ <text v-if="item.classId=='-1' || item.classId=='-3'" style="color: red">{{ item.className || "" }}</text>
|
|
|
<text v-else>{{ item.className }}</text>
|
|
|
<text class="tag" v-if=" getSelectClassById(item.classId).bigCount > 0 || getSelectClassById(item.classId).smallCount > 0">
|
|
|
<text v-if=" getSelectClassById(item.classId).bigCount > 0 || getSelectClassById(item.classId).smallCount > 0 ">
|