纸通宝SAAS仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
1.3 KiB

<!--pages/client/withdrawal/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">申请提现</view>
</cu-custom>
<view class="bg-white" style="margin-top:24rpx;padding: 30rpx 0rpx 0rpx 40rpx">
<text class="text-sg text-bold text-black" bindtap="banlanceDetails">提现金额</text>
<view class="cu-form-group" style="border-bottom: 1px solid #f3f3f3;margin-top:24rpx;padding: 2rpx 0rpx">
<view><text style="font-size:50rpx;font-weight: 600; color:black">¥</text></view>
<input type="digit" style="font-size:45rpx;" value="{{expendMoney}}" bindinput="bindAndSet" placeholder="请输入金额"></input>
</view>
</view>
<van-cell link-type="navigateTo" url="/pages/home/mobile/index">
<view class="flex" slot="title" style="align-items: center">
<text class="text-sg" style="margin-left:12rpx">账户余额¥{{formate.numberFormat2(xsaccountMoney)}}</text>
<text class="text-sm text-blue" style="margin-left:30rpx" bindtap="allExpend">全部提现</text>
</view>
</van-cell>
<van-cell is-link bind:click="chooseCard">
<view class="flex" slot="title" style="align-items: center">
<text class="text-sg" style="margin-left:12rpx">到账银行卡</text>
</view>
</van-cell>
<view style="margin-top:20rpx;padding:80rpx 32rpx">
<van-button block type="info" bind:click="submitForm">提现</van-button>
</view>