bind.wxml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <view class="bg">
  2. <view class="bind">
  3. <image class="bind-logo" src="https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/bindlogo.jpg"></image>
  4. <view class="phone-block">
  5. <input type="number" maxlength="11" class="phone" placeholder="请输入待绑定的手机号码" placeholder-class="text-placeholder" bindinput="bindPhone" />
  6. <image class="phone-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindphone.png"></image>
  7. </view>
  8. <view class="yzm-block">
  9. <view class="yzm-textBlock">
  10. <input type="number" maxlength="11" class="yzm" placeholder="请输入短信验证码" placeholder-class="text-placeholder" bindinput="bindYzm" />
  11. <image class="yzm-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/bindpsd.png"></image>
  12. </view>
  13. <form wx:if="{{ countdown <= 0 }}" bindsubmit="getYzm" report-submit="{{true}}" class="getyzm">
  14. <button formType="submit" class="getyzm-btn">
  15. 获取验证码
  16. </button>
  17. </form>
  18. <!-- <view class="getyzm" bindtap="getYzm">获取验证码</view> -->
  19. <view class="nogetyzm" wx:if="{{ countdown > 0 }}" >重新发送({{countdown}})</view>
  20. <view class="clean"></view>
  21. </view>
  22. <form bindsubmit="setBind" report-submit="{{true}}" class="bind-btn">
  23. <button formType="submit" class="bind-button">
  24. 绑定
  25. </button>
  26. </form>
  27. <!-- <view class="bind-btn" bindtap="setBind">绑定</view> -->
  28. <view class="bind-border">
  29. <view class="bind-huo">或</view>
  30. </view>
  31. <!--<view class="bind-d5c" bindtap="otherbind"><text style="color: #d29e5b">第五创账号</text>一键绑定</view>-->
  32. <button class="bind-d5c" open-type="getPhoneNumber" bindgetphonenumber="getTel">使用<text style="color: #24aa39">微信</text>绑定手机号</button>
  33. <!-- <view bindtap="otherbind">
  34. <image class="d5c-logo" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/rabbit_one_click_bind_d5c_phone.png" />
  35. <view class="one-bind">一键绑定第五创账号</view>
  36. </view> -->
  37. </view>
  38. <view class="success"></view>
  39. </view>