feat: 车牌卡片 图片商品组件名称 单位
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<view class="card-price-row">
|
||||
<text class="card-price-fu">¥</text>
|
||||
<text class="card-price">{{ item.commodityPrice }}</text>
|
||||
<text class="card-unit">/人</text>
|
||||
<text class="card-unit">/{{ item.stockUnitLabel }}</text>
|
||||
</view>
|
||||
|
||||
<text class="card-btn">下单</text>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<view class="card-price-row">
|
||||
<text class="card-price-fu">¥</text>
|
||||
<text class="card-price">{{ item.specificationPrice }}</text>
|
||||
<text class="card-unit">/人</text>
|
||||
<text class="card-unit">/{{ item.stockUnitLabel }} </text>
|
||||
</view>
|
||||
<text class="card-btn">下单</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user