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.

54 lines
2.6 KiB
Plaintext

<!-- wx:if="{{recordBillShow}}" -->
<view class="leftBox" hover-class="none" hover-stop-propagation="false">
<view class="mask" wx:if="{{show}}" catchtouchmove="modalMove" bindtap="hideModal"></view>
<view class="hideBox {{show ? 'leftShow':''}}" >
<view class="mt24 f18 fw500 mb24 tac">报名确认</view>
<view class="pl32">
<view class="fss">
<view class="mr16 f14">报名岗位</view>
2 years ago
<view class="fw500 f15">{{jobDetail.storeJob.jobName || jobDetail.jobName}}</view>
</view>
<view class="fss mt10">
<view class="mr16 f14">薪资待遇</view>
2 years ago
<view class="fw500 f15 cfred">{{jobDetail.storeJob.monthlyPay || jobDetail.monthlyPay || '-'}}元/月</view>
</view>
<view class="mt16 tal">
<view class="mr16 f14">
<text class="cfred">*</text>姓名
</view>
<view class="fw500 f15 fss por billInput">
<view class>
<input class="weui-input" type="text" name="userName" bindinput="bothwayBind" data-type="name" value="{{userInfo.name}}" placeholder="请输入姓名或称呼" placeholder-class="input-placeholder" />
</view>
</view>
</view>
<view class="mt16 tal">
<view class="mr16 f14">
<text class="cfred">*</text>身份证
</view>
<view class="fw500 f15 fss por billInput">
<view class>
<input class="weui-input" type="text" name="userName" data-type="name" value="{{userInfo.name}}" placeholder="手动输入或拍照自动识别" />
</view>
2 years ago
<i class="iconfont icon-paizhao1 poa c9" style="right:12px;font-size: 30px;"></i>
</view>
</view>
<view class="mt16 tal">
<view class="mr16 f14">
<text class="cfred">*</text>联系电话
</view>
<view class="fw500 f15 fss por billInput">
<view class>
<input class="weui-input" type="text" name="userName" data-type="name" value="{{userInfo.name}}" placeholder="请输入联系电话" />
</view>
</view>
</view>
<view class="mt8 f11 tal cccc mb24 pl4" style="width:90%" hover-class="none" hover-stop-propagation="false">注意:不同的报名人如果填写同一个手机号,报名提交将会失败。</view>
</view>
<view class="fsa pl32 pr32 mb24" hover-class="none" hover-stop-propagation="false">
2 years ago
<button class="nobg_Btn normalBtn36 mr16" style type role="button" hover-class="thover" bindtap='hideModal'>我再想想</button>
2 years ago
<button class="bgBtn normalBtn36" style type="primary" hover-class="thover" bindtap="hideModal">确认报名</button>
</view>
</view>
</view>