rk
2026-03-11 0e4b49f4bee160790b1830e6a8606e739b32fc3b
mini-program/pages/special-zone/special-zone.vue
@@ -16,7 +16,7 @@
         </view>
      </view>
      <view class="list">
         <image class="list-notfund" src="/static/images/default_nodata_white.png" mode="widthFix" v-if="goodsList.length === 0"></image>
         <image class="list-notfund" src="/static/images/default_nodata_grey.png" mode="widthFix" v-if="goodsList.length === 0"></image>
         <view class="commodity-item" v-for="(item, i) in goodsList" :key="i" v-else @click="jumpDetails(item)">
            <view class="commodity-item-image">
               <image :src="item.imgurl" mode="widthFix"></image>