【功能优化】增加转账回调接口

pull/109/head
痴货 2024-10-04 10:22:33 +08:00
parent a4ec421412
commit b59c41c5f8
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<view v-if="state.accountInfo.type === '2'" class="empty-text"></view>
<view v-if="state.accountInfo.type === '3'" class="empty-text"></view>
<view v-if="state.accountInfo.type === '4'" class="empty-text"></view>
<view v-if="state.accountInfo.type === '5'" class="empty-text">2</view>
<view v-if="state.accountInfo.type === '5'" class="empty-text"></view>
<text class="cicon-forward" />
</view>
</view>
@ -49,7 +49,7 @@
/>
</view>
<!-- 提现账号 -->
<view class="card-title" v-show="['2', '3', '4'].includes(state.accountInfo.type)">
<view class="card-title" v-show="['2', '3', '4', '5'].includes(state.accountInfo.type)">
提现账号
</view>
<view