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.
208 lines
8.5 KiB
Plaintext
208 lines
8.5 KiB
Plaintext
<view class='bt1'>
|
|
<block wx:if='{{applyType == 0}}'>
|
|
<view class='p1020 f12 c045' style='padding-right: 0;'>
|
|
请提供你的联系方式和基本信息,稍后会有职业顾问联系你,免费帮你推荐合适的工作
|
|
</view>
|
|
</block>
|
|
<block wx:elif='{{applyType == 1}}'>
|
|
<view class='p20'>
|
|
<view class='v-center'>
|
|
<view class='jobTitle'>
|
|
<!-- {{jobDetail.store.aliasName}} {{jobDetail.storeJob.jobName}} -->
|
|
{{jobDetail.jobName}}
|
|
</view>
|
|
</view>
|
|
<view class='display-flex mt20 mb8'>
|
|
<view class="display-flex flex-1">
|
|
<view>
|
|
<image class='tImage' wx:if="{{jobDetail.logo != null && jobDetail.logo != ''}}" mode='aspectFit'
|
|
src='{{jobDetail.logo}}'>
|
|
</image>
|
|
<image class='tImage' wx:else mode='aspectFit'
|
|
src='https://matripe.oss-cn-beijing.aliyuncs.com/default.png'>
|
|
</image>
|
|
</view>
|
|
<view class="flex-1 vsb">
|
|
<view class='f14s c045 mb4'>
|
|
<!-- 深圳丨龙岗区丨16-35岁 -->
|
|
{{jobDetail.districtStr}}{{jobDetail.distance}}
|
|
</view>
|
|
<view class='f14s c045 mb4'>
|
|
<!-- 深圳丨龙岗区丨16-35岁 -->
|
|
<block wx:if="{{jobDetail.gender == 1}}">限男生</block>
|
|
<block wx:if="{{jobDetail.gender == 2}}">限女生</block>
|
|
<block wx:if="{{jobDetail.gender == 3}}">男女不限</block>
|
|
丨{{jobDetail.age}}
|
|
<!-- {{jobDetail.storeJob.district}}{{jobDetail.storeJob.age}} -->
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="tr">
|
|
<view class='jobMoney'>
|
|
{{jobDetail.salaryClassifyValue}}
|
|
</view>
|
|
<view class='f14s c633 mt8'>
|
|
<!-- 5200-8400 -->
|
|
{{jobDetail.monthlyPay}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view wx:if="{{jobDetail.rebate != null}}" class='tagsLi'>
|
|
返费{{jobDetail.rebate}}
|
|
</view>
|
|
<view class='tagsLi' wx:for="{{jobDetail.jobSpecialLabelNames}}" wx:for-item="item1" wx:key='{{index}}'>
|
|
{{item1}}
|
|
</view>
|
|
</view>
|
|
<view class="bt1 mt16"></view>
|
|
</view>
|
|
<!-- <view class='f13 c045 bb1 bt1' style='padding: 32px 16px 8px;'>
|
|
请提供你的基本信息,稍后会有经纪人联系你
|
|
</view> -->
|
|
</block>
|
|
<form bindsubmit='onSubmit'>
|
|
<view class='page-section'>
|
|
<view class='form-row'>
|
|
<view class='form-row-label'>
|
|
姓名
|
|
</view>
|
|
<view class='form-row-content'>
|
|
<input class='input' name='userName' value="{{inputUserName}}" bindinput='bindinputUserName' bindfocus='bindinputUserName' placeholder='请输入你的姓名' type='text'>
|
|
</input>
|
|
</view>
|
|
</view>
|
|
<!-- <view class='form-row'>
|
|
<view class='form-row-label'>
|
|
性别
|
|
</view>
|
|
<view class="dib" data-sex="1" bindtap="changeSex">
|
|
<view class="iconfont {{sex == '1' ? 'icon-xuanzhong' : 'icon-weixuanzhong'}} dib"></view>
|
|
<text class='radioText'>男</text>
|
|
</view>
|
|
<view class="dib ml16" data-sex="2" bindtap="changeSex">
|
|
<view class="iconfont {{sex == '2' ? 'icon-xuanzhong' : 'icon-weixuanzhong'}} dib"></view>
|
|
<text class='radioText'>女</text>
|
|
</view>
|
|
</view> -->
|
|
|
|
<!-- <view class='form-row'>
|
|
<view class='form-row-label'>
|
|
年龄
|
|
</view>
|
|
<view class='form-row-content'>
|
|
<input class='input' name='age' placeholder='请输入你的年龄' type='number'>
|
|
</input>
|
|
</view>
|
|
</view> -->
|
|
</view>
|
|
<view class='page-section'>
|
|
<view class='form-row'>
|
|
<view class='form-row-label'>
|
|
手机号
|
|
</view>
|
|
<view class='form-row-content pr'>
|
|
<!-- <input class='input {{showMsgCode?"pea":"pen"}}' name='tel' value="{{phoneNumber}}" placeholder='请输入手机号'
|
|
type='number' bindinput='showCha' bindfocus='showCha' data-num="5" data-tel="1" maxlength='11'>
|
|
</input> -->
|
|
<button wx:if="{{!canInputTel}}" class="pa input" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" style="position: absolute; width: 100%; opacity: 0;margin-top: 0;z-index: 99; ">啊啊啊</button>
|
|
|
|
<input class='input' name='tel' value="{{phoneNumber}}" focus="{{inputShowed}}" placeholder='请输入手机号' type='number' bindinput='showCha'
|
|
bindfocus='showCha' data-num="5" data-tel="1" maxlength='11' bindblur="inputBlur">
|
|
</input>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="weui-cell weui-cell_vcode f14s">
|
|
<view class="weui-cell__hd">
|
|
<view class="weui-label fwb f16">验证码</view>
|
|
</view>
|
|
<view class="weui-cell__bd">
|
|
<input bindinput='showCha' bindfocus='showCha' data-num="6" maxlength='4' value="{{msgCode}}"
|
|
class="weui-input f16" type="number" placeholder="请输入验证码" />
|
|
</view>
|
|
<view class="weui-cell__ft">
|
|
<view class="weui-vcode-btn f16 {{smsFlag ?'pen':'pea'}}" bindtap="sendCode" disabled="{{smsFlag}}"
|
|
style="color:{{sendColor}};">{{sendTime}}</view>
|
|
</view>
|
|
</view> -->
|
|
|
|
|
|
<!-- <view class='form-line' style="margin-left:0;">
|
|
</view> -->
|
|
</view>
|
|
|
|
<view class='mt50 tc'>
|
|
<button wx:if="{{!canCommit}}" type='primary' formType='submit' class='fullBtn' disabled='true'>
|
|
<block wx:if='{{applyType == 0}}'>
|
|
提交预约
|
|
</block>
|
|
<block wx:elif='{{applyType == 1}}'>
|
|
提交报名
|
|
</block>
|
|
</button>
|
|
|
|
<button wx:if="{{canCommit && hasUserInfo == 1}}" type='primary' formType='submit' class='fullBtn' disabled='{{btnLoading}}'>
|
|
<block wx:if='{{applyType == 0}}'>
|
|
提交预约
|
|
</block>
|
|
<block wx:elif='{{applyType == 1}}'>
|
|
提交报名
|
|
</block>
|
|
</button>
|
|
|
|
<button wx:if="{{canCommit && hasUserInfo - 0 == 0}}" class="fullBtn" open-type="getUserInfo" bindtap="getUserInfoBtn" >提交报名</button>
|
|
|
|
<!-- <button wx:if="{{canCommit && !hasUserInfo}}" type='primary' formType='submit' class='fullBtn' disabled='{{btnLoading}}'>
|
|
<block wx:if='{{applyType == 0}}'>
|
|
提交预约
|
|
</block>
|
|
<block wx:elif='{{applyType == 1}}'>
|
|
提交报名
|
|
</block>
|
|
</button> -->
|
|
|
|
<!-- <button type='primary' class='fullBtn' bindtap="openIOS1">
|
|
点击出弹框
|
|
</button> -->
|
|
</view>
|
|
</form>
|
|
</view>
|
|
|
|
<scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative;z-index: 999;">
|
|
<view class="weui-mask"></view>
|
|
<view class="weui-dialog">
|
|
<view class="weui-dialog__hd"><strong class="weui-dialog__title">提交失败</strong></view>
|
|
<view class="weui-dialog__bd bd1">
|
|
<view>你需要授权你的微信昵称才可以提交报名</view>
|
|
</view>
|
|
|
|
<view class="display-flex pb20 v-center">
|
|
<view class="flex-1 lflex" bindtap="close" hover-class="thover" style="padding-left:0;">知道了</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
|
|
<scroll-view class="fadeIn" wx:if="{{iosDialog2}}" style="position: relative;z-index: 999;">
|
|
<view class="weui-mask"></view>
|
|
<view class="weui-dialog">
|
|
<view class="weui-dialog__hd"><strong class="weui-dialog__title">请输入发送到你手机上的验证码</strong></view>
|
|
<view class="weui-dialog__bd">
|
|
<view class="display-flex">
|
|
<view class="flex-1">
|
|
<input maxlength='4' value="{{msgCode}}" bindinput='showCha' class="f16" type="number" placeholder="请输入验证码" />
|
|
</view>
|
|
<view class="rightTime {{disabled == 1?'':'pen'}}" style="color: {{sendColor}}" bindtap='sendCode'> {{sendTime}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="display-flex pb20">
|
|
<view class="flex-1 lflex v-center" bindtap="closeInputCode" hover-class="thover">取消</view>
|
|
<view class="rflex">
|
|
<button class="" type="primary" bindtap="checkCodeAndLogin">确定</button>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
</scroll-view> |