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.
1 line
4.9 KiB
Plaintext
1 line
4.9 KiB
Plaintext
<view><form data-event-opts="{{[['submit',[['beforeFormSubmit',['$event']]]]]}}" catchsubmit="__e"><view class="mt10" style="padding-bottom:80px;"><view data-event-opts="{{[['tap',[['chooseIdCard',['$event']]]]]}}" class="quickapply" catchtap="__e"><view class="upload"><view class="t-icon t-icon-paizhao"></view><view class="info" size="mini"><view hover-class="none" hover-stop-propagation="{{false}}">拍照或相册上传</view><view hover-class="none" hover-stop-propagation="{{false}}">系统智能识别并自动填写</view></view></view><view class="idCardPreview" style="display:flex;align-items:center;justify-content:flex-end;" hover-class="none" hover-stop-propagation="{{false}}"><block wx:if="{{currentImg}}"><image src="{{currentImg}}" mode="aspectFit|aspectFill|widthFix" lazy-load="{{false}}" data-event-opts="{{[['error',[['',['$event']]]],['load',[['',['$event']]]],['tap',[['showImg',['$event']]]]]}}" binderror="__e" bindload="__e" catchtap="__e"></image></block><block wx:else><view class="t-icon t-icon-gengduo111" style="width:18px;height:18px;" hover-class="none" hover-stop-propagation="{{false}}"></view></block></view></view><view class="bgf mt10"><view class="p16"><view class="f16 fwb c3">{{''+(userInfo.name||'姓名')+"/"+(userInfo.sex||'性别')+"/"+(userInfo.age||'年龄')+"/"+(userInfo.nationality||''+'族')+''}}</view><view class="f16 c6 mt6">{{userInfo.address}}</view><view class="display-flex mt6"><view class="flex-1"><view class="{{['iconView '+(userInfo.num=='-'||userInfo.num==''||userInfo.num==null?'':'active')]}}"><view class="iconfont icon-shenfenzheng pr _i" style="top:-2px;"></view></view><text class="c6 f16 ml10">{{userInfo.num=='-'||userInfo.num==''||userInfo.num==null?'-':userInfo.num}}</text></view><view class="pr" style="min-width:120px;top:-2px;"><view class="{{['iconView '+(userInfo.tel=='-'||userInfo.tel==''||userInfo.tel==null?'':'active')+' pr']}}"><view class="iconfont icon-dianhua pr _i" style="font-size:16px;top:-2px;"></view></view><text class="c6 f16 ml10">{{userInfo.tel=='-'||userInfo.tel==''||userInfo.tel==null?'-':userInfo.tel}}</text></view></view></view><navigator class="editClass" url="./enroll/index" hover-class="hcb">编辑</navigator></view><view class="bgf mt10"><view class="display-flex mt6 p016" style="line-height:48px;border-bottom:1rpx solid #eee;"><view class="f16 c6" style="width:80px;">报名岗位</view><view class="flex-1 c3 tr">{{''+jobName+''}}</view></view><view class="p16"><view class="display-flex"><view class="c6" style="width:80px;">面试时间</view><view class="flex-1 c3 tr">{{''+currentTime+''}}</view></view><view class="display-flex mt10"><view class="c6" style="width:80px;">接待时间</view><view class="flex-1 c3 tr">{{''+currentTime2+''}}</view></view><view class="display-flex mt10"><view class="c6" style="width:80px;">政策</view><view class="flex-1 c3 tr">{{''+policy+''}}</view></view></view><navigator class="editClass" url="./enrollJob/index" hover-class="hcb">编辑</navigator></view><view class="weui-cells__group weui-cells__group_form mt10" style="background-color:#fff;"><view class="weui-cell"><view class="weui-cell__hd"><label class="weui-label c6">代理</label></view><view class="weui-cell__bd"><block wx:if="{{managerRoleClassify}}"><view style="text-align:right;color:#333;" hover-class="none" hover-stop-propagation="{{false}}" data-type="agency" data-event-opts="{{[['tap',[['toJobAndAgencySelect',['$event']]]]]}}" bindtap="__e"><block wx:if="{{agentName}}"><view hover-class="none" hover-stop-propagation="{{false}}">{{''+agentName+''}}<view class="iconfont icon-gengduo11 f16 ml4 dib pr c9 _i" style="line-height:1;top:1px;"></view></view></block></view></block><block wx:else><view style="text-align:right;color:#999;" hover-class="none" hover-stop-propagation="{{false}}" data-type="agency"><block wx:if="{{agentName}}"><view hover-class="none" hover-stop-propagation="{{false}}">{{''+agentName+''}}<view class="iconfont icon-gengduo11 f16 ml4 dib pr c9 _i" style="line-height:1;top:1px;"></view></view></block></view></block></view></view></view><view class="f12 tc c9 ml14 display-flex" style="align-items:center;margin-top:16px;margin-bottom:80px;"><radio-group class="dib"><radio class="dib" style="transform:scale(0.7);" checked="{{switch1Checked}}" value="0" color="#f40" data-event-opts="{{[['tap',[['switch1Change',['$event']]]]]}}" catchtap="__e"></radio></radio-group>我已阅读并同意<navigator class="aLink" url="../serviceTerm/index">《用户服务协议》</navigator>及<navigator class="aLink" url="../secret/index">《隐私政策》</navigator></view></view><view class="btmFix display-flex" style="justify-content:center;"><button class="dtBtnD mr12" data-edit="2" data-event-opts="{{[['tap',[['shrink',['$event']]]]]}}" catchtap="__e">取消</button><button class="dtBtn ml12" type="primary" hover-class="button-hover" loading="{{loading}}" formType="submit">确定</button></view></form></view> |