index.wxml 732 B

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