1
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<view class="good-content" @click="$emit('clickGoodInfo', data[0])">
|
||||
<view class="goods-row-first">
|
||||
<view class="goods-name">{{ data[0].goods_name || "" }}</view>
|
||||
<text class="goods-price">¥{{ data[0].goods_price || actual_price }}</text>
|
||||
<text class="goods-price">¥{{ data[0].goods_price || data[0].product_actual_price }}</text>
|
||||
</view>
|
||||
<view class="goods-row-second">
|
||||
<view class="goods-spec">
|
||||
|
||||
Reference in New Issue
Block a user