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.

42 lines
1.8 KiB
Plaintext

2 years ago
<!-- <view class="staticTitle">上传本人身份证照片</view> -->
<view class="p30">
<view class="steps" style="display: none;">
<view class="step stepOne active">
<view class="stepNum">1</view>
<view class="stepText" style="margin-left: -27px;">身份证正面</view>
</view>
<view class="step stepTwo v-center active" style="flex-direction: column;flex:2;">
<view class="stepNum">2</view>
<view class="circle"></view>
<view class="stepText">身份证背面</view>
</view>
<view class="step stepThree">
<view>
<view class="stepNum fr">3</view>
<view class="circle fr mt4"></view>
<view class="clb"></view>
<view class="stepText">确认信息</view>
</view>
</view>
</view>
<view class="uploadZheng" hover-class="thover" data-id="1" bindtap="TT">
<image src="{{user.idcardImgFrontm ? user.idcardImgFrontm : '//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/renxiang.png'}}"></image>
2 years ago
</view>
<view class="uploadFan" hover-class="thover" data-id="2" bindtap="TT">
<image src="{{user.idcardImgBackm ? user.idcardImgBackm : '//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/guohui.png'}}"></image>
2 years ago
</view>
</view>
<button type='primary' class="loginOut" disabled="{{btnDisabled}}" style="margin-top:80px;" catchtap="makeInfoSure">
下一步
</button>
<view class="f12 tc c045 mt36">
<radio-group class="dib">
2 years ago
<radio checked="{{switch1Checked}}" catchtap="switch1Change" value="0" class="dib" color="var(--color-yc)" style="transform:scale(.7);position:relative;top:-2px;" />
2 years ago
</radio-group>
我已阅读并同意
<navigator url="../serviceTerm/index" class="aLink">
《服务协议》</navigator>及<navigator url="../secret/index" class="aLink">《隐私政策》</navigator>
</view>