This commit is contained in:
parent
fac11cf52e
commit
8a407aa5c3
|
@ -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'>
|
||||
|
|
Loading…
Reference in New Issue