deguodaigou/components/orderconfirm/orderbottom/orderbottom.wxml
2019-12-13 17:17:49 +08:00

7 lines
170 B
Plaintext

<view class="bottom">
<view class="left">
<text>总计</text>
<text class="pri">$0.00</text>
</view>
<view class="right">结算</view>
</view>