|
|
@@ -53,7 +53,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>
|
|
|
@@ -70,7 +70,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>
|