纸通宝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.
 

36 lines
1.7 KiB

<!--pages/client/withdrawal/index.wxml-->
<wxs module="formate" src="../../formate.wxs"></wxs>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">申请提现</view>
</cu-custom>
<view class="bg-white" style="padding:24rpx;font-size:24rpx;">
<view>提现到账:对私预计两小时内到账,对公预计下一个工作日内到账</view>
<view>提现申请后T+1个工作日到账(周六、周日及节假日顺延到工作日),如有疑问请联系客服<text class="text-blue">400-6881-001</text></view>
</view>
<view style="height:32rpx"></view>
<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 class="bg-white" style="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>
<view class="flex" slot="title" style="align-items: center">
<text class="text-sg" style="margin-left:12rpx">账户余额¥{{formate.formateAmount(xsaccountMoney)}}</text>
<text class="text-sm text-blue" style="margin-left:30rpx" bindtap="allExpend">全部提现</text>
</view>
</van-cell>
<view style="margin-top:20rpx;padding:80rpx 32rpx">
<van-button block type="info" bind:click="submitForm">提现</van-button>
</view>
<van-dialog id="van-dialog" />