|
|
@ -4,7 +4,10 @@ |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
|
|
|
|
|
|
<view class="cu-bar bg-white" style="min-height:90rpx" wx:if="{{step == 0}}"> |
|
|
<view class="cu-bar bg-white" style="min-height:90rpx" wx:if="{{step == 0}}"> |
|
|
<view class="action" style="color:#333333"><text class="text-red" style="padding-top: 18px;font-size: 30px;">*</text>请拍摄/上传本人身份证(头像面)</view> |
|
|
|
|
|
|
|
|
<view class="action" style="color:#333333"> |
|
|
|
|
|
<!-- <text class="text-red" style="padding-top: 20rpx;font-size: 40rpx;">*</text> --> |
|
|
|
|
|
<text>请拍摄/上传本人身份证(头像面)</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cu-form-group" wx:if="{{step == 0}}"> |
|
|
<view class="cu-form-group" wx:if="{{step == 0}}"> |
|
|
<view class="flex flex-justify" style="width:100%;"> |
|
|
<view class="flex flex-justify" style="width:100%;"> |
|
|
@ -20,7 +23,10 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cu-bar bg-white" style="min-height:90rpx" wx:if="{{step == 0}}"> |
|
|
<view class="cu-bar bg-white" style="min-height:90rpx" wx:if="{{step == 0}}"> |
|
|
<view class="action" style="color:#333333"><text class="text-red" style="padding-top: 18px;font-size: 30px;">*</text>请拍摄/上传本人身份证(国徽面)</view> |
|
|
|
|
|
|
|
|
<view class="action" style="color:#333333"> |
|
|
|
|
|
<!-- <text class="text-red" style="padding-top: 20rpx;font-size: 40rpx;">*</text> --> |
|
|
|
|
|
<text>请拍摄/上传本人身份证(国徽面)</text> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cu-form-group" style="border-top: 0rpx solid #eee" wx:if="{{step == 0}}"> |
|
|
<view class="cu-form-group" style="border-top: 0rpx solid #eee" wx:if="{{step == 0}}"> |
|
|
<view class="flex flex-justify" style="width:100%;padding-bottom:30rpx"> |
|
|
<view class="flex flex-justify" style="width:100%;padding-bottom:30rpx"> |
|
|
@ -37,18 +43,26 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view style="padding:0rpx 30rpx;margin-top:10rpx" wx:if="{{step == 1}}"> |
|
|
|
|
|
<view class="cu-form-group margin-top" style="min-height:120rpx;padding:0rpx;"> |
|
|
|
|
|
<text class="label" style="margin-left:12rpx;margin-right:24rpx">姓名:</text> |
|
|
|
|
|
<input value="{{form.realName}}" disabled="{{true}}"></input> |
|
|
|
|
|
|
|
|
<view style="padding:0rpx 32rpx;margin-top:24rpx" wx:if="{{step == 1}}"> |
|
|
|
|
|
<view class="cu-form-group margin-top" style="min-height:100rpx;padding:0rpx;"> |
|
|
|
|
|
<view class="label flex flex-center" style="margin-left:12rpx;margin-right:24rpx;width:200rpx;justify-content: flex-start"> |
|
|
|
|
|
<text class="text-red" style="padding-top: 20rpx;font-size: 40rpx;">*</text> |
|
|
|
|
|
<text>姓名:</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<input id="realName" placeholder="请输入真实姓名" placeholder-style="color:#aaa" value="{{form.realName}}" bind:input="bindInput"/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cu-form-group" style="min-height:120rpx;padding:0rpx;border-bottom: 1px solid #eee"> |
|
|
|
|
|
<text class="label" style="margin-left:12rpx;margin-right:24rpx">身份证号码:</text> |
|
|
|
|
|
<input value="{{form.certificateNo}}" disabled="{{true}}"></input> |
|
|
|
|
|
|
|
|
<view class="cu-form-group" style="min-height:100rpx;padding:0rpx;border-bottom: 1px solid #eee"> |
|
|
|
|
|
<view class="label flex flex-center" style="margin-left:12rpx;margin-right:24rpx;width:200rpx;justify-content: flex-start"> |
|
|
|
|
|
<text class="text-red" style="padding-top: 20rpx;font-size: 40rpx;">*</text> |
|
|
|
|
|
<text>身份证号码:</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<input id="certificateNo" placeholder="请输入身份证号码" placeholder-style="color:#aaa" value="{{form.certificateNo}}" bind:input="bindInput"/> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="flex flex-direction" style="padding: 36rpx 32rpx" wx:if="{{step == 0}}"> |
|
|
|
|
|
|
|
|
<view style="padding: 36rpx 32rpx" wx:if="{{step == 0}}"> |
|
|
|
|
|
<van-button block bind:click="nextStep">手动输入</van-button> |
|
|
|
|
|
<view style="margin-top:48rpx"></view> |
|
|
<van-button block type="info" loading="{{loging}}" bind:click="submitImage">提交</van-button> |
|
|
<van-button block type="info" loading="{{loging}}" bind:click="submitImage">提交</van-button> |
|
|
</view> |
|
|
</view> |
|
|
<view class="flex flex-direction" style="padding: 36rpx 32rpx;margin-top:96rpx" wx:if="{{step == 1}}"> |
|
|
<view class="flex flex-direction" style="padding: 36rpx 32rpx;margin-top:96rpx" wx:if="{{step == 1}}"> |
|
|
|