Commit 7f521e97 authored by Facius's avatar Facius

无金额时候显示--

parent 654762e6
......@@ -12,7 +12,7 @@
<view class="line-view"></view>
<view class="item u-flex u-row-between">
<view class="txt">待缴纳金额</view>
<view class="txt-value">¥ {{settledInfo.record.deposit}}</view>
<view class="txt-value">¥ {{settledInfo.record.deposit || '--'}}</view>
</view>
</view>
<!-- <view class="tips">你已缴纳金额:1000.00元</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment