70 lines
2.9 KiB
Plaintext
Executable File
70 lines
2.9 KiB
Plaintext
Executable File
<cu-custom isBack="{{true}}">
|
|
<view slot="content">立即提现</view>
|
|
</cu-custom>
|
|
<view class="page-box">
|
|
<view class="content-box">
|
|
<view style="font-size: 32rpx;padding: 20rpx;">可提现金额(元)</view>
|
|
<view style="margin-left: 23rpx;">
|
|
<text style="font-size: 40rpx;line-height: 80rpx;">¥</text>
|
|
<text
|
|
style="font-size: 80rpx;line-height: 80rpx;margin-left: 15rpx;">{{accountInfo.accountMoney/100}}</text>
|
|
</view>
|
|
<view class="content-bottom-box">
|
|
<view>
|
|
<view>最低提现金额(元)</view>
|
|
<view style="height: 40rpx;text-align: left;line-height: 40rpx;">¥1.00</view>
|
|
</view>
|
|
<view bindtap="toRecord">
|
|
<view>查看提现记录</view>
|
|
<image src="/images/ic_take_cash_record.png" style="width: 40rpx;height: 40rpx;" mode="scaleToFill">
|
|
</image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="cash-box">
|
|
<view class="title-box">
|
|
<view class="title">提现金额</view>
|
|
</view>
|
|
<view class="input-box">
|
|
<text style="text-align: left;font-size: 40rpx;line-height: 40rpx;">¥</text>
|
|
<input type="digit" value="{{takeValue}}" bindinput="inputWatch" />
|
|
<view catchtap="takeAll" style="font-size: 28rpx;color: #E6B980;">全部提现</view>
|
|
</view>
|
|
<view class="cash-bottom-box">
|
|
<view>提现至微信零钱</view>
|
|
<image src="/images/ic_wechat_icon.png" style="width: 40rpx;height: 40rpx;" mode="scaleToFill"></image>
|
|
</view>
|
|
</view>
|
|
|
|
<view style="width: 100%;margin-top: 70rpx;">
|
|
<button class="cu-btn bg-blue" style="width:100%" bindtap="doCash">申请提现</button>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="page-box" style="padding: 0rpx;">
|
|
<view class="content-box">
|
|
<view>
|
|
<view class="money">
|
|
<text style="font-size: 80rpx;line-height: 80rpx;">¥</text>
|
|
<text
|
|
style="font-size: 80rpx;line-height: 80rpx;margin-left: 15rpx;">{{accountInfo.accountMoney/100}}</text>
|
|
</view>
|
|
<view class="hint">最低提现金额1.00元</view>
|
|
</view>
|
|
</view>
|
|
<view class="cash-box">
|
|
<view class="title-box">
|
|
<view class="title">提现金额</view>
|
|
<view catchtap="takeAll">全部提现</view>
|
|
</view>
|
|
<view class="input-box">
|
|
<text style="text-align: center;">¥</text>
|
|
<input type="digit" value="{{takeValue}}" bindinput="inputWatch" />
|
|
</view>
|
|
</view>
|
|
<text class="cuIcon-edit text-white" style="font-size: 60rpx;position: absolute;top: 150rpx;right: 30rpx;"
|
|
bindtap="toRecord"></text>
|
|
</view>
|
|
<view class="foot" style="padding: 15rpx;">
|
|
<button class="cu-btn bg-blue" style="width:100%" bindtap="doCash">申请提现</button>
|
|
</view> --> |