beefast-mini-deliveryman/pages/withdraw/success/index.wxml
2025-02-18 18:26:07 +08:00

22 lines
773 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page-container success-info">
<image src="/assets/icon/success.png" class="icon"/>
<view class="title">提现申请成功</view>
<view class="sub-title">24小时到账 (周末节假日顺延),以实际到账时间为准!</view>
</view>
<view class="cells order-info">
<view class="cell">
<view class="cell-hd">提现类型</view>
<view class="cell-bd">账户提现</view>
</view>
<view class="cell">
<view class="cell-hd">提现金额</view>
<view class="cell-bd money money-normal">8888.0</view>
</view>
<view class="cell">
<view class="cell-hd">到账方式</view>
<view class="cell-bd">中国工商银行7726</view>
</view>
</view>
<button type="primary" class="done-btn" bind:tap="done">完成</button>