东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
3.9KB

  1. <!--pages/yuyue/yuyue.wxml-->
  2. <view class="all">
  3. <view class="main">
  4. <view class="titleText">预约鉴赏</view>
  5. <view class="lineSty"></view>
  6. <image class="closeXieyi" bindtap="closeXieyi" src="{{imgUrl+'/images/closeXieyi.png'}}"></image>
  7. <image class="yuyueTop" src="{{imgUrl+'/newImages6/47.png'}}"></image>
  8. <view class="selectType">
  9. <view style="position: relative;">
  10. <image class="newImages2-41" bindtap="cutType" style="margin-bottom:23rpx;" src="{{imgUrl+'/newImages2/41_'+(mobileType==1?'2':'1')+'.png'}}"></image>
  11. <view class="getPhoneFrame" wx:if="{{!phoneInputShow}}">
  12. <button class="getPhoneBtn" style="width: 100%;height: 100%;margin: 0;padding: 0;min-height: 0;" open-type="getPhoneNumber" bindgetphonenumber="getUserPhone"></button>
  13. </view>
  14. </view>
  15. <image class="newImages2-41" bindtap="cutType" src="{{imgUrl+'/newImages2/42_'+(mobileType==1?'1':'2')+'.png'}}"></image>
  16. </view>
  17. <view class="inputGroup" style="margin-top:44rpx;">
  18. <input class="inputCode" bindinput="getRealname" value="{{subscribeData.realname}}" placeholder="请输入您的姓名"></input>
  19. </view>
  20. <view class="inputGroup" wx:if="{{mobileType==1}}">
  21. <input class="inputCode" bindinput="getMobile" disabled="true" type="number" value="{{subscribeData.mobile}}" maxlength='11' placeholder="请输入您的联系电话"></input>
  22. </view>
  23. <view class="inputGroup" wx:if="{{mobileType==2}}">
  24. <input class="inputCode" bindinput="getMobile2" type="number" value="{{mobile2}}" maxlength='11' placeholder="请输入您的联系电话"></input>
  25. </view>
  26. <view class="inputGroup" wx:if="{{mobileType==2}}">
  27. <input class="inputCode" style="width:450rpx;" value="{{subscribeData.captcha}}" bindinput="getCaptcha" placeholder="请输入验证码"></input>
  28. <view class="codeTime" bindtap="getCode">{{verificationCode}}</view>
  29. </view>
  30. <!-- <view wx:if="{{siteSelect}}"> -->
  31. <picker mode='multiSelector' range="{{provinceDataArr}}" value="{{provinceDataValue}}" bindcolumnchange="provinceDataChange" bindchange="provinceDataChane">
  32. <view class="selectSiteGroup">
  33. <text class="selectName">{{nowProvince}}</text>
  34. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  35. </view>
  36. </picker>
  37. <picker mode='selector' range="{{storeArr}}" range-key="agent_detail" value="{{storeValue}}" bindchange="storeChane">
  38. <view class="selectSiteGroup">
  39. <text class="selectName">{{storeArr[storeValue].agent_detail}}</text>
  40. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  41. </view>
  42. </picker>
  43. <!-- </view> -->
  44. <view class="agreementGroup">
  45. <image class="agreeIcon" bindtap="agreementState" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png?v=003':'/images/disagreeIcon.png?v=002')}}"></image>
  46. <view class="agreementText">
  47. <image style="width:261rpx;height:23rpx;" src="{{imgUrl+'/images/myCenterAgreenTip.png'}}"></image>
  48. <view bindtap="agreementControl" style="margin-left:15rpx;">
  49. <image style="width:240rpx;height:23rpx;margin-left:3rpx;" src="{{imgUrl+'/images/myCenterAgreen.png'}}"></image>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="subscribeBtn" style="margin-top:34rpx;">
  54. <image style="width:100%;height:100%;" bindtap="subscribeFun" src="{{imgUrl+'/newImages3/21.png'}}"></image>
  55. <button wx:if="{{!userData}}" class="getUserMsgBtn" open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="getUserWxMsg" style="width:100%;height:100%;min-height:0;padding:0;margin:0;"></button>
  56. </view>
  57. <view class="subscribeBtn" bindtap="lookMore">
  58. <image style="width:100%;height:100%;" src="{{imgUrl+'/newImages3/22.png'}}"></image>
  59. </view>
  60. </view>
  61. <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement>
  62. </view>