20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
<!--components/userInfo/userInfo.wxml-->
|
|
<view class="userInfo_box">
|
|
<image class="avatar" src="/assets/images/searchResult/a-ziyuan106@2x.png"></image>
|
|
<view class="username" bindtap="show">
|
|
{{phone}}
|
|
<image class="icon_noCertificate" src="/assets/images/searchResult/{{realName?'':'no'}}Certificate.png"></image>
|
|
</view>
|
|
<shadow position="center" wx:if="{{visible}}">
|
|
<view class="dialog dialog_center">
|
|
<btnClose bindtap="close" />
|
|
<view class="dialog_title">实名认证</view>
|
|
<view class="dialog_content">
|
|
<view class="dialogToLogin">
|
|
<text>手机号码已完成全国人力资源信息数据验证平台实名认证的用户,将通过“实名认证”标签展示,用户可前往“全国人力资源信息数据验证平台”小程序完成本人实名认证。</text>
|
|
<btn fontSize="24rpx" width="374rpx" height="64rpx" wx:if="{{!accountList.length > 0}}" bindtap="goChrivc">前往认证</btn>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</shadow>
|
|
</view> |