index.wxml 1.1 KB

12345678910111213141516171819202122232425
  1. <view class="container">
  2. <phone-input title='{{title}}' bind:done='toSend'/>
  3. </view>
  4. <privacy-popup initCheck bind:privacyCancel="privacyCancel"> </privacy-popup>
  5. <!-- 手机号 -->
  6. <!-- <view class='inputphone'>
  7. <input class='add' value="{{ iphone }}" type="number" placeholder="请输入手机号码" placeholder-style="color:rgba(187, 187, 187, 1)" maxlength='11' bindinput="bindPhoneInput" />
  8. </view> -->
  9. <!-- 验证码 -->
  10. <!-- <view class='inputyzm'>
  11. <input class='add' value="{{ yzm }}" type="number" placeholder="请输入短信验证码" placeholder-style="color:rgba(187, 187, 187, 1)" maxlength='6' bindinput="bindYzmInput" disabled='{{iphone.length!=11}}' />
  12. <view class="{{ iphone.length ==11? 'getyzm1':'getyzm'}}" bindtap='sendCode'>{{ djs || '获取验证码'}}</view>
  13. </view>
  14. <view class='tips'>
  15. <text class='tiplong'>未注册开心工作的手机号将自动注册,且代表您已同意:《</text>
  16. <text class='tipclick'>用户注册协议</text>
  17. <text class='tipclick'>》</text>
  18. </view>
  19. <view class="{{ yzm.length ==6? 'login1':'login'}}" bindtap='phone_login'>
  20. <view class='logintext'>登录</view>
  21. </view> -->