bindingPhone.wxml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!--pages/bindingPhone/bindingPhone.wxml 绑定手机号 -->
  2. <view class="container">
  3. <view class="photo_wrap" id="phoneWrap">
  4. <image src="/images/dingzhi_bg.jpg" class="dingzhi_bg" alt="大良造"></image>
  5. <view class="photo_cont">
  6. <image src="/images/yindaotu_logo.png" class="dingzhi_logo" alt="大良造"></image>
  7. <view class="photo_content">
  8. <view class="each_photo_cont clearfix">
  9. <input type="text" bindinput='userNameInput' placeholder="请输入联系人" class="each_photo_ipt"></input>
  10. </view>
  11. <view class="each_photo_cont clearfix">
  12. <input type="text" class="each_photo_ipt zhuce_border" bindinput ="userTelephoneInput" placeholder="请输入手机号" maxlength="11" ></input>
  13. </view>
  14. <view class="each_photo_cont clearfix">
  15. <view class="photo_have yan_zhenmg_ma">
  16. <input type="text" bindinput='codeInput' placeholder="请输入验证码" class="each_photo_short_ipt"></input>
  17. <view id="huo_qu_ma" bindtap='checkYanzhengma' class="huo_qu_ma {{time_nun}}">{{codeCont}}</view>
  18. </view>
  19. </view>
  20. </view>
  21. <view class="phone_line_wrap clearfix">
  22. <view class="phone_line"></view>
  23. <view class="phone_line_title">绑定后获取更多服务</view>
  24. <view class="phone_line"></view>
  25. </view>
  26. <view class="phone_btn" bindtap='bangdingFun'>绑 定 手 机</view>
  27. <!-- <view class='back_pay' bindtap='jumpBinding'>跳 过</view> -->
  28. </view>
  29. </view>
  30. </view>
  31. <view class="modal_wrap {{hiddenmodal ? 'hidden' : ''}}">
  32. <view class="modal {{hiddenmodal ? 'hidden' : ''}}">{{modalCont}}</view>
  33. </view>