index.wxml 719 B

123456789101112131415
  1. <nav type="back" background-color="#46a9a4" title="更改手机号" />
  2. <view class='content'>
  3. <form bindsubmit="formSubmit">
  4. <view class='phone-box'>
  5. <text class='phone'>手机号</text>
  6. <input name="phone" type='number' placeholder="请输入手机号" maxlength='11' name="phone" class='number' bindinput='lovePhone' />
  7. </view>
  8. <view class='phone-box'>
  9. <text class='phone'>验证码</text>
  10. <input name="phoneCode" placeholder="请输入验证码" class='number' placeholder-style='color:#bbb' bindinput="yanLoveInput" />
  11. <view bindtap='yanLoveBtn' class='getNum'>{{getText2}}</view>
  12. </view>
  13. <button formType="submit" class='submit'>绑定</button>
  14. </form>
  15. </view>