You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.8 KiB
Plaintext

2 years ago
<!-- <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.idauth - 1 == 0}}" class="p10">
<navigator url="/pages/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="p10">
<navigator url="/pages/makeInfo/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>
<view class="f12 tc c045 display-flex" style="align-items:center;margin-left:37px;margin-bottom: 16px;margin-top:120px;">
<!-- <switch checked="{{switch1Checked}}" class="dib" color="#027AFF" style="transform:scale(.5)" bindchange="switch1Change" /> -->
<radio-group class="dib">
<radio checked="{{switch1Checked}}" catchtap="switch1Change" value="0" class="dib" color="#027AFF" style="transform:scale(.7)" />
</radio-group>
我已阅读并同意
<navigator url="../serviceTerm/index" class="aLink" style="color:#027AFF;">《用户服务协议》</navigator>
<navigator url="../secret/index" style="color:#027AFF;">《隐私政策》</navigator>
</view>