feat:167版本

This commit is contained in:
2026-07-17 15:54:07 +08:00
parent 0417198e2d
commit c2eb6fd423
4 changed files with 19 additions and 17 deletions
+3 -3
View File
@@ -12,9 +12,8 @@
<!-- Right side content -->
<view class="seckill_card_right">
<view>
<!-- <view class="tags_row" v-if="Array.isArray(item.tags)"> -->
<view class="tags_row">
<image v-for="i in item.goodsTagList" :key="i.mchId" :src="i.icon" class="tag_image"
<view class="tags_row" v-if="Array.isArray(item.goodsTagList)">
<image v-for="i in item.goodsTagList" :key="i.icon" :src="i.icon" class="tag_image"
mode="heightFix"></image>
</view>
@@ -227,6 +226,7 @@ export default {
.tag_image {
height: 28rpx;
display: block;
flex-shrink: 0;
}
}