fix: 🐛 修复商品列表有促销活动不显示Bug

This commit is contained in:
学习很差啦
2023-01-19 15:59:10 +08:00
parent 2e37cb8158
commit 43fc159e27
5 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
<view class="index-items">
<view class="index-item" v-for="(item, key) in nav.goods" :key="key" @click="toGoods(item)">
<view class="index-item-img">
<u-image :src="item.thumbnail" mode="aspectFill">
<u-image :src="item.thumbnail" mode="aspectFit">
<u-loading slot="loading"></u-loading>
</u-image>
<view class="index-item-title">{{ item.goodsName }}</view>