You can not 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
3.6 KiB

5 months ago
<block wx:if="{{isLoad}}"><view class="apply-pages"><view class="box"><view class="label">您的姓名</view><view><input class="input" type="text" placeholder="请输入您的姓名" data-event-opts="{{[['input',[['__set_model',['$0','coach_name','$event',[]],['form']]]]]}}" value="{{form.coach_name}}" bindinput="__e"/></view><view class="label1">您的性别</view><radio-group data-event-opts="{{[['change',[['radioChange',['$event']]]]]}}" style="display:flex;" bindchange="__e"><block wx:for="{{['男','女']}}" wx:for-item="item" wx:for-index="index" wx:key="index"><label style="display:flex;margin-right:50rpx;"><view><radio value="{{item}}" checked="{{index===current}}"></radio></view><view>{{item}}</view></label></block></radio-group><view class="label2">您的生日</view><picker class="input" mode="date" end="{{endYear}}" value="{{form.birthday}}" data-event-opts="{{[['change',[['pickerChange',['$event','birthday']]]]]}}" bindchange="__e"><view class="flex-between"><view class="max-400 ellipsis">{{form.birthday||'请选择'}}</view><view class="iconfont icon-right ml-sm _i" style="font-size:28rpx;"></view></view></picker><view class="label">手机号</view><view><input class="input" type="text" placeholder="请输入手机号" data-event-opts="{{[['input',[['__set_model',['$0','mobile','$event',[]],['form']]]]]}}" value="{{form.mobile}}" bindinput="__e"/></view><view class="label">意向工作城市</view><picker class="input" value="{{cityIndex}}" range="{{cityList}}" range-key="title" data-event-opts="{{[['change',[['pickerChange',['$event','city']]]]]}}" bindchange="__e"><view class="flex-between"><view class="max-400 ellipsis">{{cityIndex!=-1?cityList[cityIndex].title:'请选择'}}</view><view class="iconfont icon-right ml-sm _i" style="font-size:28rpx;"></view></view></picker><view class="flex-y-baseline mt-md"><view class="f-title c-title text-bold">工作形象照</view><view class="f-caption c-caption ml-sm">图片建议尺寸: 750 * 750</view></view><view class="f-caption c-caption mt-sm">请上传本人近期照片,图片大小不超过10M</view><block wx:for="{{form.work_img}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view><image src="{{item.path}}" mode></image></view></block><view data-event-opts="{{[['tap',[['checkquanxian',['$event']]]]]}}" class="flex-between mt-sm" bindtap="__e"><block wx:if="{{xianshi==2}}"><view class="flex-warp"><view class="radius-16 flex-center flex-column item-child upload-item fill-body radius-16 margin" style="width:216rpx;height:216rpx;background:#F7F7F7;"><view class="upload-icon flex-center c-title radius-10" style="display:contents;width:41px;height:39px;background:#FFFFFF;align-items:center;justify-content:center;"><view class="iconfont icon-camera _i"></view><view class="f-caption c-caption mt-sm">上传视频</view><view class="cur-imgsize f-caption c-caption">0/3</view></view></view></view></block><block wx:if="{{xianshi==1}}"><upload vue-id="26a06d00-1" imgtype="work_img" text="上传图片" imgsize="{{1}}" imgclass="apply" data-event-opts="{{[['^upload',[['imgUpload']]]]}}" bind:upload="__e" bind:__l="__l"></upload></block></view></view><view style="width:100%;color:#ED2A2A;text-align:center;">平台不会通过任何渠道泄露您的个人信息,请放心输入</view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="sbubtn" bindtap="__e">提交</view><uni-popup class="vue-ref" vue-id="26a06d00-2" type="top" mask-click="{{false}}" data-ref="perpopup" bind:__l="__l" vue-slots="{{['default']}}"><view class="permissions_box">当您使用APP时,为了提供图片上传的功能,我们需要申请相机/存储权限。</view></uni-popup></view></block>