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.
34 lines
1.5 KiB
34 lines
1.5 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>
|
|
<navigator hover-class="none" url="/pages/account-opened/account-opened">
|
|
<view class="withdrawal-account-right">
|
|
<view class="account-right-text">去开通</view>
|
|
<image class="open-minded" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/open-minded.png" />
|
|
</view>
|
|
</navigator>
|
|
|
|
</view>
|