shish 1 rok temu
rodzic
commit
5181da5590
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hdPad/src/pages/home/components/rightGoods.vue

+ 1 - 1
hdPad/src/pages/home/components/rightGoods.vue

@@ -3,7 +3,7 @@
         <view class="cat-list-area">
             <view v-for="item in classList" :key="item.id" :class="[item.id==selIndex ? 'active':'']" @click="changeMyClass(item)">{{item.categoryName}}</view>
         </view>
-        <view class="num-area">
+        <view class="num-area" v-if="Number(selIndex) > 0">
             <view v-for="info in flowerNumList" :class="[flowerNum===info.num?'selected':'']" @click="setNum(info)" :key="info.num">{{info.name}}</view>
         </view>
         <scroll-view class="shop-show_box" enable-flex="true" scroll-y="true" lower-threshold="20" @scrolltolower="reachBottom">