Ver Fonte

满减活动

shish há 6 meses atrás
pai
commit
ba8ba3cf11
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      mallApp/src/pages/item/item.vue

+ 1 - 1
mallApp/src/pages/item/item.vue

@@ -27,7 +27,7 @@
 		<view class="scroll-middle_bx">
 			<scroll-view scroll-y scroll-with-animation class="tab-view">
 				<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' || item.classId=='-3'" style="color:red;font-weight:bold;text-align: center;">{{ item.className || "" }}</text>
+					<text v-if="item.classId=='-1' || item.classId=='-3' || item.classId=='-2'" style="color:red;font-weight:bold;text-align: center;">{{ item.className || "" }}</text>
 					<text v-else style="text-align: center;">{{ item.className }}</text>
 				</div>
 				<view style="height:180upx"></view>