Files
CompanyProject/衣莎项目/源码/YiShaXiYi/user/cashWithdrawal/success/success.wxml
2024-09-27 01:32:49 +08:00

12 lines
540 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.

<!-- 头部 -->
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
<!--user/cashWithdrawal/success/success.wxml-->
<view class="success">
<view class="p success_p1 mt100">恭喜,提现成功!</view>
<view class="p success_p2 mt40">余额:0.00元</view>
<view class="sub">确认</view>
<view class="p success_p2 mt40">已成功提现到该账户绑定的微信零钱包</view>
<view class="p success_p2">请注意查看!</view>
</view>
<!-- toasta提示 -->
<i-toast id="toast" />