|
|
@@ -82,9 +82,8 @@
|
|
|
|
|
|
<view class="account-info_box content_box">
|
|
|
<view class="info-lf_box">
|
|
|
- <view>
|
|
|
+ <view @click="pageTo({ url: '/admin/item/warning' })">
|
|
|
现金(元)
|
|
|
- <text style="float:right;margin-right:25upx;font-size:28upx;" @click.stop="callFast(1)">联系客服</text>
|
|
|
</view>
|
|
|
<view> <text>¥ </text> {{ myInfo.money||0 }} </view>
|
|
|
<view>
|