|
|
@@ -50,7 +50,7 @@
|
|
|
可提现 ¥ {{ myInfo.txBalance||0 }}
|
|
|
<text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
|
|
|
<text class="to-cash" @click="pageTo({ url: '/pagesStore/me/withdraw' })">提现记录</text>
|
|
|
- <text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text>
|
|
|
+ <!-- <text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -93,11 +93,11 @@
|
|
|
|
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/rechargeList' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
<view class="tui-title">充值记录</view>
|
|
|
- </tui-list-cell> -->
|
|
|
+ </tui-list-cell>
|
|
|
|
|
|
<tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
|
|
|
<view class="tui-title">提现账号</view>
|
|
|
- </tui-list-cell>
|
|
|
+ </tui-list-cell>-->
|
|
|
|
|
|
<tui-list-cell @click="pageTo({ url: '/admin/shop/password' })" class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title">密码修改</view>
|