confirmOreder.wxml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <!--pages/order/confirmOreder/confirmOreder.wxml-->
  2. <view class="topBox flex m-bottom-25">
  3. <image src="/image/icon/spot.png" class="icon"></image>
  4. <view class="message ">
  5. <view class="tit">中央美术学院9号楼洗衣房代收点</view>
  6. <view class="time">9:00-21:00开放·支持上门</view>
  7. </view>
  8. </view>
  9. <view class="messageBox m-bottom-25">
  10. <view class="top b-bottom">
  11. <view class="item flex ju-b m-bottom-20 " wx:for="{{2}}">
  12. <view class="le flex">
  13. <image src="/image/icon/peijian.png" class="icon m-right-15"></image>
  14. <text class="name">薄上衣(春夏装)</text>
  15. </view>
  16. <view class="lr flex ju-b">
  17. <view class="num">x <text>1</text></view>
  18. <view class="price">¥<text>29</text></view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="footer flex ju-b">
  23. <view class="le">优惠券</view>
  24. <view class="lr flex">
  25. <text class="m-right-15">暂无优惠券可用</text>
  26. <van-icon name="arrow" color="#C7C7CC" />
  27. </view>
  28. </view>
  29. </view>
  30. <view class="addService m-bottom-25">
  31. <view class="title">增值服务</view>
  32. <view class="content flex ">
  33. <view class="items m-bottom-25 {{item.active ? 'active' : 'gray'}}" wx:for="{{currentList}}" wx:key="{{index}}" bindtap="chios" data-item="{{item}}">
  34. <view class="name">{{item.tit}}</view>
  35. <view class="num">¥{{item.num || 0}}/件</view>
  36. </view>
  37. </view>
  38. </view>
  39. <view class="delivery m-bottom-25">
  40. <view class=" flex ju-b">
  41. <text class="title">配送</text>
  42. <view class="btnBox flex ju-b">
  43. <view class="btn {{mode ? 'active' : ''}}" bindtap="changeMode" data-mode="{{true}}">代收点</view>
  44. <view class="btn {{mode ? '' : 'active'}}" bindtap="changeMode" data-mode="{{false}}">上门取送</view>
  45. </view>
  46. </view>
  47. <view class="center flex ju-b m-top-20">
  48. <view class="le">
  49. <view class="address">代收点地址:湖北省武汉市洪山区茅店山西路4号创星汇</view>
  50. <view class="time m-top-15">服务时间9:00-21:00</view>
  51. </view>
  52. <view class="lr flex ju-e">
  53. <text>运费</text>
  54. <text class="code">¥<text class="num">0</text></text>
  55. </view>
  56. </view>
  57. <view class="message">
  58. <view class="tit flex ju-b" bindtap="changeClose1">
  59. <text>联系信息</text>
  60. <van-icon name="arrow" color="#C7C7CC" />
  61. </view>
  62. <view class="content m-top-20">
  63. 请填写联系信息,以便送回时联系您
  64. </view>
  65. </view>
  66. </view>
  67. <view class="footer flex ju-b">
  68. <view class="le">清洗备注</view>
  69. <view class="lr flex" bindtap="changeClose2">
  70. <text class="m-right-15">例:蓝色短袖袖口有污渍请着重清洗</text>
  71. <van-icon name="arrow" color="#C7C7CC" />
  72. </view>
  73. </view>
  74. <view class="chiose">
  75. <van-checkbox value="{{ checked }}" shape="square" bind:change="onChange" icon-size="25rpx">
  76. <text>我已阅读并同意<text class="tips">《海星洗护清洗协议》</text> </text>
  77. </van-checkbox>
  78. </view>
  79. <view class="footerNav flex ju-b">
  80. <view class="le">
  81. <text>¥<text class="num">30</text></text>
  82. <view class="tips">价格以实际收到为准</view>
  83. </view>
  84. <view class="btn btn-sky" bindtap="goto">确认支付</view>
  85. </view>
  86. <van-popup show="{{ show1 }}" position="bottom" bind:close="changeClose1" closeable close-icon="/image/icon/close.png">
  87. <view class="pupBox">
  88. <view class="tit">
  89. 联系信息
  90. </view>
  91. <view class="content">
  92. <view class="inputBox flex b-bottom">
  93. <text>姓名</text><input type="text" placeholder="请填写您的姓名" />
  94. </view>
  95. <view class="inputBox flex b-bottom">
  96. <text>手机</text><input type="text" placeholder="请填写您的手机号" value="{{code}}" />
  97. <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" style="color: green;">获取微信手机号</button>
  98. </view>
  99. <view class="inputBox flex b-bottom">
  100. <text>地址</text><input type="text" placeholder="填写宿舍楼名称、宿舍号信息" />
  101. </view>
  102. </view>
  103. <view class="btn btn-sky">
  104. 保存并使用
  105. </view>
  106. </view>
  107. </van-popup>
  108. <van-popup show="{{ show2 }}" position="bottom" bind:close="changeClose2" closeable close-icon="/image/icon/close.png">
  109. <view class="pupBox">
  110. <view class="tit">
  111. 清洗备注
  112. </view>
  113. <view class="content">
  114. <textarea placeholder="例:蓝色短袖袖口有污渍请着重清洗" class="bg" placeholder-class="placeholder"></textarea>
  115. </view>
  116. <view class="btn btn-sky">
  117. 确定
  118. </view>
  119. </view>
  120. </van-popup>