|
|
@@ -47,7 +47,7 @@
|
|
|
<view class="info-lf_box">
|
|
|
<view>
|
|
|
账户余额(元)
|
|
|
- <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">紧急客服电话</text>
|
|
|
+ <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">紧急联系电话</text>
|
|
|
</view>
|
|
|
<view> <text>¥ </text> {{ myInfo.balance||0 }} </view>
|
|
|
<view>
|
|
|
@@ -64,7 +64,7 @@
|
|
|
<view class="info-lf_box">
|
|
|
<view>
|
|
|
现金(元)
|
|
|
- <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">紧急客服电话</text>
|
|
|
+ <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">紧急联系电话</text>
|
|
|
</view>
|
|
|
<view> <text>¥ </text> {{ myInfo.money||0 }} </view>
|
|
|
<view>
|