This commit is contained in:
zmj 2024-06-26 19:49:57 +08:00
parent eb3b34ed42
commit 86b5969b11
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
<view class="row">
<view>商品总价 <text>共计{{ cartList.length }}款商品</text></view>
<view>
<text>¥</text>{{ c_price(orderInfo.total_price, 0) }}<text>.{{ c_price(orderInfo.total_price, 1) }}</text>
<text>¥</text>{{ c_price(orderInfo.pay_price, 0) }}<text>.{{ c_price(orderInfo.pay_price, 1) }}</text>
</view>
</view>
<view class="row">