This commit is contained in:
赵毅 2025-07-25 15:22:22 +08:00
parent d50dd6167e
commit ddd0408080

View File

@ -165,6 +165,7 @@
<image <image
v-for="item in currentGG.goods_detail_pic" v-for="item in currentGG.goods_detail_pic"
:src="picUrl + item" :src="picUrl + item"
:key="item"
mode="widthFix" mode="widthFix"
></image> ></image>
</view> </view>