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.
91 lines
3.8 KiB
Plaintext
91 lines
3.8 KiB
Plaintext
|
2 years ago
|
|
||
|
|
<form bindsubmit='onSubmit'>
|
||
|
|
<view class='page-section' style="margin-top:40px;">
|
||
|
|
<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='page-section'>
|
||
|
|
<view class='form-row'>
|
||
|
|
<view class='form-row-label'>
|
||
|
|
姓名
|
||
|
|
</view>
|
||
|
|
<view class='form-row-content'>
|
||
|
|
<input class='input' name='userName' 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="p020">
|
||
|
|
<view class="p20-0" style="border-bottom:1rpx solid #e2e2e2;border-top:1rpx solid #e2e2e2">
|
||
|
|
<view class="display-flex">
|
||
|
|
<view class="mr16 lh1">
|
||
|
|
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/lyf.png" bindtap="auto" mode="aspectFit" class="ava"
|
||
|
|
alt="">
|
||
|
|
</image>
|
||
|
|
</view>
|
||
|
|
<view class="flex-1 vsb">
|
||
|
|
<view class="dName">张女士</view>
|
||
|
|
<view class="dsName">你的专属经纪人将会联系你,为你推荐工作</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view class='mt50 tc'>
|
||
|
|
<button type='primary' formType='submit' class='fullBtn' bindtap="goSuccess">
|
||
|
|
提交报名
|
||
|
|
</button>
|
||
|
|
</view>
|
||
|
|
</form>
|