|
@@ -121,13 +121,13 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="box_6 box_6--blue flex-row" v-if="Number(ghsInfo.balance) < 0"
|
|
|
|
|
|
|
+ <view class="box_6 flex-row" v-if="Number(ghsInfo.balance) < 0"
|
|
|
@click.stop="recharge(ghsInfo)">
|
|
@click.stop="recharge(ghsInfo)">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
- <text class="waite_clear_order waite_clear_order--blue">
|
|
|
|
|
- 账户待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}
|
|
|
|
|
|
|
+ <text class="waite_clear_order">
|
|
|
|
|
+ 待结 ¥{{ Math.abs(parseFloat(ghsInfo.balance)) }}
|
|
|
</text>
|
|
</text>
|
|
|
- <text class="clear-action clear-action--blue">按金额结算 ></text>
|
|
|
|
|
|
|
+ <text class="clear-action">结清账单 ></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -135,9 +135,9 @@
|
|
|
@click.stop="recharge(ghsInfo)">
|
|
@click.stop="recharge(ghsInfo)">
|
|
|
<view class="show_clear_area flex-row justify-between">
|
|
<view class="show_clear_area flex-row justify-between">
|
|
|
<text class="waite_clear_order waite_clear_order--blue">
|
|
<text class="waite_clear_order waite_clear_order--blue">
|
|
|
- 账户余额¥{{ parseFloat(ghsInfo.balance) }}
|
|
|
|
|
|
|
+ 余额 ¥{{ parseFloat(ghsInfo.balance) }}
|
|
|
</text>
|
|
</text>
|
|
|
- <text class="clear-action clear-action--blue">充值/结算 ></text>
|
|
|
|
|
|
|
+ <text class="clear-action clear-action--blue">充值 ></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|