|
|
|
|
<!-- <view class="p10">
|
|
|
|
|
<navigator url="/pages/makeInfo/index" class="addcard v-center" hover-class="thover">
|
|
|
|
|
<i class="iconfont icon-tianjia mr8"></i>
|
|
|
|
|
添加身份证
|
|
|
|
|
</navigator>
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
|
|
<view wx:if="{{user.idcardImgFront != null && user.idcardImgFront != '' && user.idcardImgFront != 'undefined' && user.idauth - 1 == 0}}" class="mt16">
|
|
|
|
|
<navigator url="/pages/mine/seeIdCard/index" class="bgsfz">
|
|
|
|
|
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image>
|
|
|
|
|
<text class="ml8 f18 c3 fw500">身份证</text>
|
|
|
|
|
<view class="f12 c6 mt10" style="margin-left:32px;">{{card}}</view>
|
|
|
|
|
<view class="bottom" hover-class="thover">
|
|
|
|
|
查看身份证照片
|
|
|
|
|
</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<view wx:else class="">
|
|
|
|
|
<navigator url="../realName1/index" class="bgsfz">
|
|
|
|
|
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/ghLogo.png"></image>
|
|
|
|
|
<text class="ml8 f18 c3 fw500">身份证</text>
|
|
|
|
|
<text class="fr f14 c3">未添加</text>
|
|
|
|
|
<view class="f12 c6 mt10" style="margin-left:32px;">添加照片以查看证件</view>
|
|
|
|
|
<view class="bottom" hover-class="thover">
|
|
|
|
|
添加并使用
|
|
|
|
|
</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- <view wx:if="{{user.healthImgFront != null && user.healthImgBack != '' && user.healthAuth - 1 == 0}}" class="p10" style="padding-top:0;">
|
|
|
|
|
<navigator url="/pages/seeHealthCard/index" class="bgsfz jkz">
|
|
|
|
|
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/jkzCard.png"></image>
|
|
|
|
|
<text class="ml8 f18 cf fw500">健康证</text>
|
|
|
|
|
<view class="f12 cf mt10" style="margin-left:32px;">证件有效期:{{healthTime}}</view>
|
|
|
|
|
<view class="bottom jkz" hover-class="thover">
|
|
|
|
|
查看健康证照片
|
|
|
|
|
</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view>
|
|
|
|
|
<view wx:else class="p10" style="padding-top:0;">
|
|
|
|
|
<navigator url="/pages/makeJkzInfo/index" class="bgsfz jkz">
|
|
|
|
|
<image src="//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/jkzCard.png"></image>
|
|
|
|
|
<text class="ml8 f18 cf fw500">健康证</text>
|
|
|
|
|
<text class="fr f14 cf">未添加</text>
|
|
|
|
|
<view class="f12 cf mt10" style="margin-left:32px;">添加照片以查看证件</view>
|
|
|
|
|
<view class="bottom jkz" hover-class="thover">
|
|
|
|
|
添加并使用
|
|
|
|
|
</view>
|
|
|
|
|
</navigator>
|
|
|
|
|
</view> -->
|