排队支付小程序
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.
 

40 lines
1.7 KiB

<view class="user-withdrawal-bg">
<view class="withdrawal-management">
<navigator hover-class="none" url="/pages/withdrawal-history/withdrawal-history">
<button class="withdrawal-button">提现历史</button>
</navigator>
</view>
<view class="withdrawal-limit">
<view class="limit-symbol">¥</view>
<view class="withdrawal-volume">458.00</view>
</view>
<view class="Withdrawable-text">可提现</view>
<view class="withdrawal-content">
<image class="withdrawal-line" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-line.png" />
</view>
<view class="total-withdrawal">总提现:¥500.00</view>
<view class="to-be-credited">
<view class="credited-text">待入账:¥200.00</view>
<view class="credited-line"></view>
<view class="withdrawal-in-progress">提现中:458元</view>
</view>
</view>
<view class="withdrawal-account">
<view class="withdrawal-account-left">
<image class="alipay-account" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/alipay-account.png" />
<view class="account-left-text">支付宝账户</view>
</view>
</view>
<view class="account-information-item">
<view class="withdrawal-account-content">
<view class="account-content-left">提现账户</view>
<view class="account-content-right">159****6532 <span class="style-text">修改</span></view>
</view>
<view class="withdrawal-account-content border-line-style">
<view class="account-content-left">可提现金额</view>
<view class="right-withdrawal-amount">¥458.00</view>
</view>
<view class="button-content">
<button class="withdrawal-button-style">提现</button>
</view>
</view>