| 123456789101112131415161718192021 |
- <view class='inputphone'>
- <input class='add' value="{{ iphone }}" type="number" placeholder="请输入手机号码" maxlength='11' bindchange="bindPhoneInput" />
- </view>
- <view class='inputyzm'>
- <input class='add' value="{{ yzm }}" type="number" placeholder="请输入短信验证码" maxlength='6' bindchange="bindYzmInput" />
- <view class='getyzm'>获取短信验证码</view>
- </view>
- <view class='tips'>
- <text class='tiplong'>未注册开心工作的手机号将自动注册,且代表您已同意:《</text>
- <text class='tipclick'>用户注册协议</text>
- <text class='tipclick'>》</text>
- </view>
- <view class='login'>
- <view class='logintext'>登录</view>
- </view>
- <view class='notlogin'>暂不登录</view>
|