This commit is contained in:
Gdpao
2020-09-21 15:03:27 +08:00
parent 2f1b89c6a6
commit e2e5cf8b42
4 changed files with 16 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
<view class="info">
<view class="num">{{ list.goods_num }}件商品</view>
<view class="price">
实付
{{ type == 10 ? "待支付" : "实付" }}
<span>{{ list.goods_pay_price }}</span>
</view>
</view>