2023-02-23
功能完善
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<view class="image-wrapper"><image :src="item.pic" mode="aspectFill"></image></view>
|
||||
<text class="title clamp">{{ item.name }}</text>
|
||||
<view class="price-box" >
|
||||
<text class="price">{{ item.price }}</text>
|
||||
<text class="price2">市场价 ¥{{ item.originalPrice }}</text>
|
||||
<text class="price">{{ item.originalPrice }}</text>
|
||||
<text class="price2">市场价 ¥{{ item.price }}</text>
|
||||
</view>
|
||||
<!-- <view class="price-box" v-if="item.isVip == 1">
|
||||
<text class="price">会员价{{ item.vipPrice }}</text>
|
||||
|
||||
Reference in New Issue
Block a user