添加功能(用户申请提现)

This commit is contained in:
2025-06-10 12:18:44 +08:00
parent 4d40d86061
commit a20fbe81e3
8 changed files with 119 additions and 29 deletions

View File

@ -22,14 +22,14 @@
class="shrink-0 image_2"
src="./images/money.png"
/>
<input class="font_2 text_3 ml-13" placeholder="请输入金额" />
<input class="font_2 text_3 ml-13" placeholder="请输入提现金额" bindinput="onInput" type="digit" value="{{withdrawnAmount}}"/>
</view>
<text class="text_4">全部提现</text>
<text class="text_4" bindtap="onWithdrawAll">全部提现</text>
</view>
<text class="self-start font_2 text_5 mt-19">可提现:13.93元</text>
<text class="self-start font_2 text_5 mt-19">可提现:{{ currentBalance }}元</text>
</view>
</view>
<view class="flex-col justify-start items-center self-center text-wrapper">
<view bindtap="onSubmitWithdraw" class="flex-col justify-start items-center self-center text-wrapper">
<text class="font text_6">立即提现</text>
</view>
</view>
</view>