东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

placingOrder.wxml 5.1KB

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