bindphone.wxml 1.6 KB

1234567891011121314151617181920212223242526
  1. <!-- <view style='background:#EFEFF4;height:winHeight'> -->
  2. <form bindsubmit='bindNow'>
  3. <view class='commonHview' style='margin-top:50rpx; height:90rpx;'>
  4. <view class='register_left_str' style='width:35%;' >国家/地区</view>
  5. <view class='register_left_str2' >中国(+86)</view>
  6. <view style='width:20%;'><image class='nextImg' src='../../img/next.png'></image></view>
  7. </view>
  8. <view class='commonhline' style='height:3rpx;'></view>
  9. <view class='commonHview' style='height:90rpx;'>
  10. <view class='register_left_str'>手机号码:</view>
  11. <view class='register_input' style=' width:40%;'>
  12. <input name="phoneNumber" maxlength='16' value='{{phoneNumber}}' placeholder='填写手机号码' bindinput='getphoneNumber' maxlength='11' placeholder-style='color:#B2B2B2;'></input></view>
  13. <view style='height:90rpx;width:3rpx;background-color:#F5F5F5;'></view>
  14. <view wx:if='{{!clickCode}}' style='font-size:30rpx; line-height: 90rpx;margin-left:10rpx;color:#1AAD19;text-align: right;' bindtap='getvCode'>获取验证码</view>
  15. <view wx:else style='font-size:30rpx; line-height: 90rpx;margin-left:10rpx;color:#B2B2B2'>{{countdownTime}}S后重新获取</view>
  16. </view>
  17. <view class='commonhline' style='height:3rpx;'></view>
  18. <view class='commonHview' style='height:90rpx;' >
  19. <view class='register_left_str'>验证码</view>
  20. <view class='register_input'>
  21. <input name="vCode" type='number' maxlength='6' value='{{vCode}}' placeholder='输入验证码' placeholder-style='color:#B2B2B2;'></input></view>
  22. </view>
  23. <button form-type='submit' class='comBtn' hover-class="commonclick-btn">立即绑定</button>
  24. </form>
  25. <!-- </view> -->