东风启辰小程序端
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.

91 lines
5.0KB

  1. <!--pages/orderActivity/orderActivity.wxml-->
  2. <view class="main">
  3. <view class="titleText">下订有礼</view>
  4. <view class="lineSty"></view>
  5. <image class="closeXieyi" bindtap="closeXieyi" src="{{imgUrl+'/images/closeXieyi.png'}}"></image>
  6. <image class="yuyueTop" src="{{imgUrl+'/newImages6/47.png'}}"></image>
  7. <view class="selectType">
  8. <view style="position: relative;">
  9. <image class="newImages2-41" bindtap="cutType" style="margin-bottom:23rpx;" src="{{imgUrl+'/newImages2/41_'+(mobileType==1?'2':'1')+'.png'}}"></image>
  10. <view class="getPhoneFrame" wx:if="{{!phoneInputShow}}">
  11. <button class="getPhoneBtn" style="width: 100%;height: 100%;margin: 0;padding: 0;min-height: 0;" open-type="getPhoneNumber" bindgetphonenumber="getUserPhone"></button>
  12. </view>
  13. </view>
  14. <image class="newImages2-41" bindtap="cutType" src="{{imgUrl+'/newImages2/42_'+(mobileType==1?'1':'2')+'.png'}}"></image>
  15. </view>
  16. <view class="msgGroup" style="margin-top:44rpx;">
  17. <view class="inputGroup">
  18. <view class="userTitle">姓名</view>
  19. <input class="userInput" bindinput="getRealname" value="{{subscribeData.realname}}" placeholder="请输入您的姓名"></input>
  20. </view>
  21. <view class="inputGroup" wx:if="{{mobileType==1}}">
  22. <view class="userTitle">电话</view>
  23. <view class="userInput">
  24. <input style="width:100%;height:100%;" disabled="true" bindinput="getMobile" type="number" maxlength='11' value="{{subscribeData.mobile}}" placeholder="请输入您的联系电话"></input>
  25. </view>
  26. </view>
  27. <view class="inputGroup" wx:if="{{mobileType==2}}">
  28. <view class="userTitle">电话</view>
  29. <view class="userInput">
  30. <input style="width:100%;height:100%;" bindinput="getMobile2" type="number" maxlength='11' value="{{mobile2}}" placeholder="请输入您的联系电话"></input>
  31. </view>
  32. </view>
  33. <view class="codeGroup" wx:if="{{mobileType==2}}">
  34. <input class="userInput" bindinput="getCaptcha" style="width:350rpx;" placeholder="请输入您的验证码"></input>
  35. <view class="getCode" bindtap="getCode">{{verificationCode}}</view>
  36. </view>
  37. <!-- <view wx:if="{{siteSelect}}" class="pickerGroup"> -->
  38. <view class="inputGroup">
  39. <view class="userTitle">当前城市</view>
  40. <picker mode='multiSelector' range="{{provinceDataArr}}" value="{{provinceDataValue}}" bindcolumnchange="provinceDataChange" bindchange="provinceDataChane">
  41. <view class="userInput selectSiteGroup">
  42. <text>{{nowProvince}}</text>
  43. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  44. </view>
  45. </picker>
  46. </view>
  47. <view class="inputGroup">
  48. <view class="userTitle">专营店</view>
  49. <picker mode='selector' range="{{storeArr}}" range-key="agent_detail" value="{{storeValue}}" bindchange="storeChane">
  50. <view class="userInput selectSiteGroup">
  51. <text>{{storeArr[storeValue].agent_detail}}</text>
  52. <image src="{{imgUrl+'/images/selectIcon.png'}}" class="selectIcon"></image>
  53. </view>
  54. </picker>
  55. </view>
  56. <!-- </view> -->
  57. <view class="agreementGroup">
  58. <image class="agreeIcon" bindtap="agreementState" src="{{imgUrl+(isAgreement?'/images/agreeIcon.png?v=003':'/images/disagreeIcon.png?v=002')}}"></image>
  59. <view class="agreementText">
  60. <image style="width:261rpx;height:23rpx;" src="{{imgUrl+'/images/myCenterAgreenTip.png'}}"></image>
  61. <view bindtap="agreementControl">
  62. <image style="width:240rpx;height:23rpx;margin-left:3rpx;" src="{{imgUrl+'/images/myCenterAgreen.png'}}"></image>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="subscribeBtn">
  67. <!-- <image style="width:100%;height:100%;" bindtap="preBuy" src="{{imgUrl+'/btns/placingOrderBtn.png'}}"></image> -->
  68. <image style="width:100%;height:100%;" bindtap="preBuy" src="{{imgUrl+'/newImages8/6.png'}}"></image>
  69. </view>
  70. </view>
  71. <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement>
  72. <view class="receiveFrame" wx:if="{{getBuyState}}">
  73. <view class="receiveGroup">
  74. <image class="newImages12" bindtap="closePage" src="{{imgUrl+'/newImages/12.png'}}"></image>
  75. <image class="newImages2-1" src="{{imgUrl+'/newImages6/49.png'}}"></image>
  76. <image class="newImages2-2" bindtap="enterMycenter" src="{{imgUrl+'/newImages3/3.png'}}"></image>
  77. <image class="newImages2-3" bindtap="enterMycenter" src="{{imgUrl+'/newImages2/3.png'}}"></image>
  78. </view>
  79. </view>
  80. <view class="tipFrame" wx:if="{{tipShow}}">
  81. <view class="tipGroup">
  82. <image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image>
  83. <image class="tipGroupBg" src="{{imgUrl+'/newImages8/7.png'}}"></image>
  84. <view class="tipGroupContent">
  85. <image class="tipGroupContentImg" src="{{imgUrl+'/newImages8/8.png'}}"></image>
  86. <!-- <image class="tipGroupContentBtn" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/14.png'}}"></image> -->
  87. </view>
  88. </view>
  89. </view>
  90. </view>