2025-10-29 15:50:14 +08:00

1 line
4.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="content"><view class="moduleWrap"><view class="moduleBox" style="padding-bottom:40rpx;"><view class="monthBox"><view class="text1">身份证信息</view><text class="text2">上传本人身份证照片,保持图片清晰完整</text></view><view class="flex-between" style="margin-top:20rpx;"><view><img-upload style="width:300rpx;height:190rpx;" bind:imgList="__e" vue-id="07c6ab7b-1" data-event-opts="{{[['^imgList',[['imgListz']]]]}}" bind:__l="__l" vue-slots="{{['upLoadImg']}}"><image style="width:300rpx;height:190rpx;" src="{{path+'/assets/img/icon/IDbgz.png'}}" mode="widthFix" slot="upLoadImg"></image></img-upload></view><view><img-upload style="width:300rpx;height:190rpx;" bind:imgList="__e" vue-id="07c6ab7b-2" data-event-opts="{{[['^imgList',[['imgListf']]]]}}" bind:__l="__l" vue-slots="{{['upLoadImg']}}"><image style="width:300rpx;height:190rpx;" src="{{path+'/assets/img/icon/IDbgf.png'}}" mode="widthFix" slot="upLoadImg"></image></img-upload></view></view></view></view><view class="moduleWrap"><view class="moduleBox"><view class="text4">真实姓名</view><view class="inputBox"><input class="input1" type="text" placeholder="输入和身份证姓名一致" data-event-opts="{{[['input',[['__set_model',['','realname','$event',[]]]]]]}}" value="{{realname}}" bindinput="__e"/></view></view><view class="moduleBox"><view class="text4">身份证号</view><view class="inputBox"><input class="input1" type="text" placeholder="输入18位身份证号" data-event-opts="{{[['input',[['__set_model',['','id_card_number','$event',[]]]]]]}}" value="{{id_card_number}}" bindinput="__e"/></view></view><view class="moduleBox"><view class="text4">有效日期</view><view class="inputBox inputTwoBox"><text data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="input1" bindtap="__e">{{id_card_start_date||'开始时间'}}</text><text class="centerIcon">至</text><text data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="input2" bindtap="__e">{{id_card_end_date||'结束时间'}}</text></view><u-datetime-picker vue-id="07c6ab7b-3" show="{{showStartDate}}" mode="date" value="{{dateStart}}" data-event-opts="{{[['^confirm',[['confirmStartDate']]],['^input',[['__set_model',['','dateStart','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" bind:__l="__l"></u-datetime-picker><u-datetime-picker vue-id="07c6ab7b-4" show="{{showEndDate}}" mode="date" value="{{dateEnd}}" data-event-opts="{{[['^confirm',[['confirmEndDate']]],['^input',[['__set_model',['','dateEnd','$event',[]]]]]]}}" bind:confirm="__e" bind:input="__e" bind:__l="__l"></u-datetime-picker></view><view class="moduleBox"><view class="text4">证件地址</view><view class="inputBox"><input class="input1" type="text" placeholder="与身份证住址保持一致" data-event-opts="{{[['input',[['__set_model',['','id_card_address','$event',[]]]]]]}}" value="{{id_card_address}}" bindinput="__e"/></view></view><view class="moduleBox"><view class="text4">联系电话</view><view class="inputBox"><input class="input1" type="text" placeholder="输入您的联系方式" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></view></view><view class="moduleBox" style="padding-bottom:60rpx;"><view class="text4">代理区域</view><view class="inputBox inputTwoBox2"><view data-event-opts="{{[['tap',[['e2',['$event']]]]]}}" class="input1" bindtap="__e">{{provinceName||'请选择省份'}}</view><text class="centerIcon">-</text><view data-event-opts="{{[['tap',[['e3',['$event']]]]]}}" class="input2" bindtap="__e">{{cityName||'请选择城市'}}</view></view></view></view><u-picker vue-id="07c6ab7b-5" show="{{showProvince}}" columns="{{[provinceList]}}" keyName="label" data-event-opts="{{[['^confirm',[['confirmProvince']]]]}}" bind:confirm="__e" bind:__l="__l"></u-picker><u-picker vue-id="07c6ab7b-6" show="{{showCity}}" columns="{{[cityList]}}" keyName="label" data-event-opts="{{[['^confirm',[['confirmCity']]]]}}" bind:confirm="__e" bind:__l="__l"></u-picker><view class="tipBox">Tips我们会在3个工作日内审核并与您联系请注意接听电话。</view><view style="height:130rpx;"></view><view class="btnBox"><view data-event-opts="{{[['tap',[['apply',['$event']]]]]}}" class="btnEle flex-center" bindtap="__e">提交申请</view></view></view>