图片bug修改

This commit is contained in:
陈浩 2025-05-24 14:27:10 +08:00
parent cdc043317b
commit b5c976aaf4

View File

@ -26,7 +26,7 @@
<div v-if="groupBuy.length !=0">
<view class="view-item" v-for="(groupItem, groupIndex) in groupBuy" :key="groupIndex">
<view class="view-left">
<u-image border-radius="10" shape="square" :src="groupItem.thumbnail" width="186rpx" height="186rpx">
<u-image border-radius="10" shape="square" :src="imgfun(groupItem.thumbnail)" width="186rpx" height="186rpx">
<view slot="error" style="font-size: 24rpx;">加载失败</view>
</u-image>