commission--yt-commit

This commit is contained in:
2025-06-03 21:29:15 +08:00
parent eaf4b6c5e5
commit 361f6a89d3
16 changed files with 538 additions and 104 deletions

View File

@ -2,11 +2,15 @@
<view class="flex-col self-stretch section">
<text class="self-start font">提现账户</text>
<view class="flex-row items-center self-stretch section_2 mt-11">
<image
class="image"
src="./images/zh.png"
/>
<text class="font_2 text ml-10">622031207006363442</text>
<!-- 判断是否有提现账户信息 -->
<block wx:if="{{withdrawalAccount}}">
<image class="image" src="./images/zh.png" />
<text class="font_2 text ml-10">{{withdrawalAccount}}</text>
</block>
<block wx:else>
<!-- 没有提现账户时显示“去添加”按钮 -->
<button class="add-btn" bindtap="goToAddAccount">去添加</button>
</block>
</view>
</view>
<view class="flex-col self-stretch section_3">