You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
1.3 KiB
Plaintext

<view class="p10">
<view class="bgf tc br8" style="height:calc(100vh - 20px);">
<i class="iconfont icon-zhanghuyue"></i>
<view class="mt30 f16 c3">账户余额</view>
<view class="wxMoney">
<text class="moneyFu">¥</text>{{balance}}</view>
<view>
<!-- <navigator url="/pages/withdraw/index" class="loginOut dib" style="font-weight:400;margin-top:70px;">
提现
</navigator> -->
<button class="loginOut dib" catchtap="goWithDraw" style="font-weight:400;margin-top:70px;">提现</button>
<button class="loginOut dib" wx:if="{{isLogin && (openId == '' || openId == null || openId == 'undefined')}}" open-type="getUserInfo" catchtap="getUserInfoBtn" style="font-weight:400;margin-top:80px;">提现</button>
</view>
<navigator url="/pages/withdrawDetail/index" class="txmx" hover-class="thover">提现明细</navigator>
</view>
<!-- <navigator wx:if="{{isLogin && openId != '' && openId != null && openId != 'undefined'}}" url="/pages/withdraw/index" class="moneyCash">提现</navigator>
<button wx:if="{{isLogin && (openId == '' || openId == null || openId == 'undefined')}}" type="primary" class="moneyCashBtn" hover-class="thover" open-type="getUserInfo" catchtap="getUserInfoBtn">提现</button> -->
</view>