| | |
| | | </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> |
| | |
| | | justify-content: center; |
| | | image { |
| | | width: 100%; |
| | | max-height: 330rpx; |
| | | } |
| | | } |
| | | .commodity-item-box { |