|
@@ -23,8 +23,8 @@
|
|
|
<view class="balanceCard-btn" @click="rechargeNow">立即充值</view>
|
|
|
</view>
|
|
|
<view class="balanceCard-foot">
|
|
|
- <view class="balanceCard-item" v-if="personAccount.totalAmount != null">可用余额{{personAccount.totalAmount.toFixed(2)}}</view>
|
|
|
- <view class="balanceCard-item" v-if="personAccount.frozenTotal != null">冻结金额{{personAccount.frozenTotal.toFixed(2)}}</view>
|
|
|
+ <view class="balanceCard-item" v-if="personAccount.totalAmount != null">可用余额{{personAccount.totalAmount.toFixed(2)}}元</view>
|
|
|
+ <view class="balanceCard-item" v-if="personAccount.frozenTotal != null">冻结金额{{personAccount.frozenTotal.toFixed(2)}}元</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -45,7 +45,7 @@
|
|
|
<font>{{item.payNameStr}}</font>
|
|
|
<p>{{item.createTime}}</p>
|
|
|
</view>
|
|
|
- <h4>{{item.amount}}</h4>
|
|
|
+ <h4>{{item.amount}}元</h4>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|