[添加单商品]

This commit is contained in:
唐明明
2023-10-15 13:41:22 +08:00
parent 0b172029eb
commit bc0588fc36
4 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,8 @@
<image class="good-img" src="{{items.cover ? items.cover : '/static/imgs/default.png'}}" mode="aspectFill"></image>
<view class="good-cont">
<view class="good-name nowrap">{{items.title}}</view>
<view class="good-tips">24瓶/箱</view>
<view class="good-tips">199元/瓶</view>
<!-- <view class="good-tips">24瓶/箱</view> -->
<view class="good-price"><text>¥</text>{{items.price}}</view>
</view>
</block>
@@ -45,7 +46,7 @@
</view>
<view class="label-item">
<view class="label-name">重量</view>
<view class="label-text">{{weight}}</view>
<view class="label-text">{{weight}}ml</view>
</view>
<!-- <view class="label-item">
<view class="label-name">水滴兑换</view>