|
@@ -145,9 +145,8 @@
|
|
|
@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>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|