MrShi
20 小时以前 56d7ebbc6297c306ec7197f29737a59703ca4bda
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_search@2x.png" mode="widthFix" v-if="goodsList.length === 0"></image>
         <image class="list-notfund" src="/static/images/default_nodata_white.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>