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.
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
|
2 years ago
|
<!-- <view class="staticTitle">上传本人身份证照片</view> -->
|
||
|
|
<view class="p30">
|
||
|
|
|
||
|
|
<view class="steps">
|
||
|
|
<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" 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" style="margin-top:60px;">
|
||
|
|
<image src="{{user.healthImgFrontm != null ? user.healthImgFrontm : '//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/jkzzm.png'}}"></image>
|
||
|
|
</view>
|
||
|
|
<!-- <view class="uploadFan" hover-class="thover" data-id="2" bindtap="TT">
|
||
|
|
<image src="{{user.idcardImgBackm != null ? user.idcardImgBackm : '//matripe.oss-cn-beijing.aliyuncs.com/tuiguang/jkzbm.png'}}"></image>
|
||
|
|
</view> -->
|
||
|
|
|
||
|
|
</view>
|
||
|
|
<!-- disabled="{{btnDisabled}}" -->
|
||
|
|
<button type='primary' class="loginOut" style="margin-top:80px;" catchtap="makeInfoSure">
|
||
|
|
下一步
|
||
|
|
</button>
|