This commit is contained in:
yangtao 2024-04-10 15:40:30 +08:00
parent fac11cf52e
commit 8a407aa5c3
1 changed files with 2 additions and 1 deletions

View File

@ -62,11 +62,12 @@
</view>
<view class='item acea-row row-between-wrapper'>
<view>实名认证</view>
<navigator url="/pages/users/real_name_authentication/index" hover-class="none" class="input" v-if="true">
<navigator url="/pages/users/real_name_authentication/index" hover-class="none" class="input" v-if="!userInfo.real_name">
点击实名认证<text class="iconfont icon-xiangyou"></text>
</navigator>
<view class='input acea-row row-between-wrapper' v-else>
<input type='text' value='已实名' disabled='true' class='id'></input>
<text class='iconfont icon-suozi'></text>
</view>
</view>
<view class='item acea-row row-between-wrapper'>