commission--yt-commit
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user