This commit is contained in:
2026-04-07 17:51:16 +08:00
parent 3b8c991e1a
commit 41f6f612fa
8 changed files with 213 additions and 82 deletions

View File

@ -4,7 +4,7 @@
<image class="good-icon" :src="data[0].product_pic" mode="aspectFill" @click="$emit('clickGoodImg', data[0])" />
<view class="good-content" @click="$emit('clickGoodInfo', data[0])">
<view class="goods-row-first">
<view class="goods-name">{{ data[0].product_name || "" }}</view>
<view class="goods-name">{{ data[0].goods_name || "" }}</view>
<text class="goods-price">¥{{ data[0].goods_price || actual_price }}</text>
</view>
<view class="goods-row-second">
@ -24,7 +24,7 @@
<view class="good-info-right">
<text class="good-total-price">¥{{ actual_price }}</text>
<text class="fs-24 app-fc-normal good-num">
{{ goodsImgs.length }}
1
</text>
</view>
</view>