confirmorder.wxml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. <!--pages/confirmorder/confirmorder.wxml-->
  2. <!-- 导航栏 -->
  3. <nav-bar navbar-data="{{navbarData}}"></nav-bar>
  4. <view class="body">
  5. <!-- 配送与自取都有 -->
  6. <view class="tab-box" wx:if="{{logistics_mode == 2}}">
  7. <view class="tab-box-top">
  8. <view class="{{ tabType === 'wuliu' ? 'left-tab' : 'right-tab' }}" data-type="wuliu" catchtap="switchTab">
  9. 物流配送
  10. </view>
  11. <view class="{{ tabType === 'ziqu' ? 'left-tab' : 'right-tab' }}" data-type="ziqu" catchtap="switchTab">
  12. 自取
  13. </view>
  14. </view>
  15. <!-- 物流配送 -->
  16. <view class="distribution" catchtap="openReceiptPlace" wx:if="{{tabType === 'wuliu'}}">
  17. <view class="distribution-left">
  18. <view class="distribution-left-top">{{peisongAddress[peisongIndex].receiving_address || '请选择收货位置'}}</view>
  19. <view class="distribution-left-bottom">{{peisongAddress[peisongIndex].receiving_name}} {{peisongAddress[peisongIndex].receiving_phone}}</view>
  20. </view>
  21. <view class="distribution-right">
  22. <van-icon name="arrow" />
  23. </view>
  24. </view>
  25. <!-- 自提 -->
  26. <view class="selfmention" wx:if="{{tabType === 'ziqu'}}">
  27. <view class="selfmention-row" catchtap="openSelfMention">
  28. <view class="selfmention-row-left">自取点</view>
  29. <view class="selfmention-row-right">
  30. <text style="color: #464646;font-size: 28rpx;">{{ziquAddress[ziquIndex].address}}</text>
  31. <van-icon name="arrow" />
  32. </view>
  33. </view>
  34. <!-- <view class="selfmention-row">
  35. <view class="selfmention-row-left">预留电话</view>
  36. <view class="selfmention-row-right">
  37. <text style="color: #464646;font-size: 28rpx;">{{ziquAddress[ziquIndex].phone}}</text>
  38. </view>
  39. </view> -->
  40. <view class="selfmention-row">
  41. <view class="selfmention-row-left">团长名称</view>
  42. <view class="selfmention-row-right">
  43. <!-- <text style="color: #989898;font-size: 28rpx;">{{ziquAddress[ziquIndex].name}}</text> -->
  44. <text style="color: #989898;font-size: 28rpx;">{{user_name}}</text>
  45. </view>
  46. </view>
  47. <view class="selfmention-row">
  48. <view class="selfmention-row-left">团长联系方式</view>
  49. <view class="selfmention-row-right">
  50. <text style="color: #989898;font-size: 28rpx;">{{head_phone}}</text>
  51. <view class="button" catchtap="callHead">
  52. <text>联系团长</text>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="selfmention-row">
  57. <view class="selfmention-row-left">预计到货时间</view>
  58. <view class="selfmention-row-right">
  59. <text wx:if="{{expected_arrival_time!=''}}" style="color: #989898;font-size: 28rpx;">{{expected_arrival_time}}</text>
  60. <text wx:if="{{expected_arrival_time==''}}" style="color: #FF874E;font-size: 28rpx;">具体时间等待团长发通知</text>
  61. </view>
  62. </view>
  63. <view class="selfmention-tips" wx:if="{{expected_arrival_time!=''}}">
  64. 具体时间等待团长发通知
  65. </view>
  66. </view>
  67. </view>
  68. <!-- 只有自提 -->
  69. <view class="tab-box" wx:if="{{logistics_mode == 1}}">
  70. <view class="selfmention">
  71. <view class="selfmention-row" catchtap="openSelfMention">
  72. <view class="selfmention-row-left">自取点</view>
  73. <view class="selfmention-row-right">
  74. <text style="color: #464646;font-size: 28rpx;">{{ziquAddress[ziquIndex].address}}</text>
  75. <van-icon name="arrow" />
  76. </view>
  77. </view>
  78. <!-- <view class="selfmention-row">
  79. <view class="selfmention-row-left">预留电话</view>
  80. <view class="selfmention-row-right">
  81. <text style="color: #464646;font-size: 28rpx;">{{ziquAddress[ziquIndex].phone}}</text>
  82. </view>
  83. </view> -->
  84. <view class="selfmention-row">
  85. <view class="selfmention-row-left">团长名称</view>
  86. <view class="selfmention-row-right">
  87. <!-- <text style="color: #989898;font-size: 28rpx;">{{ziquAddress[ziquIndex].name}}</text> -->
  88. <text style="color: #989898;font-size: 28rpx;">{{user_name}}</text>
  89. </view>
  90. </view>
  91. <view class="selfmention-row">
  92. <view class="selfmention-row-left">团长联系方式</view>
  93. <view class="selfmention-row-right">
  94. <text style="color: #989898;font-size: 28rpx;">{{head_phone}}</text>
  95. <view class="button" catchtap="callHead">
  96. <text>联系团长</text>
  97. </view>
  98. </view>
  99. </view>
  100. <view class="selfmention-row">
  101. <view class="selfmention-row-left">预计到货时间</view>
  102. <view class="selfmention-row-right">
  103. <text wx:if="{{expected_arrival_time!=''}}" style="color: #989898;font-size: 28rpx;">{{expected_arrival_time}}</text>
  104. <text wx:if="{{expected_arrival_time==''}}" style="color: #FF874E;font-size: 28rpx;">具体时间等待团长发通知</text>
  105. </view>
  106. </view>
  107. <view class="selfmention-tips" wx:if="{{expected_arrival_time!=''}}">
  108. 具体时间等待团长发通知
  109. </view>
  110. </view>
  111. </view>
  112. <!-- 商品列表 -->
  113. <view class="pintuan-card">
  114. <view class="pintuan-name">{{gang_name}}</view>
  115. <view class="good-card" wx:for="{{shopcart}}">
  116. <view class="good-card-left">
  117. <image src="{{item.commodity_img}}"></image>
  118. </view>
  119. <view class="good-card-right">
  120. <view class="right-top">
  121. <view class="good-name">{{item.commodity_name}}</view>
  122. <view class="original-price">C$ {{item.scribe_price}}</view>
  123. <view class="current-price"><text class="current-price-txt1">C$</text><text class="current-price-txt2">{{item.price}}</text></view>
  124. </view>
  125. <view class="right-bottom">x {{item.count}}</view>
  126. </view>
  127. </view>
  128. <view class="all-price">
  129. <view class="all-price-left">
  130. <text>原价:</text>
  131. <text style="text-decoration: line-through;">C${{all_scribe_price}}</text>
  132. <text style="margin-left: 38rpx;">优惠:C${{all_scribe_price - all_price}}</text>
  133. </view>
  134. <view class="all-price-right">
  135. <text style="color: #656565;font-size: 28rpx;">合计:</text>
  136. <text style="color: #FF874E;font-size: 42rpx;">C${{all_price}}</text>
  137. </view>
  138. </view>
  139. </view>
  140. <!-- 备注信息 -->
  141. <view class="remark-info">
  142. <view class="remarkText">预留电话</view>
  143. <input type="number" value="{{editFormPhone}}" bindinput="inputRemarks" placeholder="点此输入" placeholder-class="placeholder" />
  144. <!-- <input type="text" value="{{remarks}}" bindinput="inputRemarks" placeholder="请输入备注信息" placeholder-class="placeholder" /> -->
  145. </view>
  146. </view>
  147. <!-- 底部栏-下单 -->
  148. <view class="foot" wx:if="{{showBottomBar}}">
  149. <view class="foot-row">
  150. <view class="foot-row-left">
  151. <text class="foot-row-left-text">共{{shopcart.length}}件商品</text>
  152. <text class="foot-row-left-text">C${{all_scribe_price}}</text>
  153. <text class="foot-row-left-text">合计:</text>
  154. <text class="foot-row-left-text">C$</text>
  155. <text class="foot-row-left-text">{{all_price}}</text>
  156. </view>
  157. <view class="foot-row-right">
  158. <view class="foot-row-right-btn" bindtap="submitEdit">下单</view>
  159. </view>
  160. </view>
  161. </view>
  162. <!-- 底部栏-确认订单 -->
  163. <view class="foot" wx:if="{{showPayTypePicker}}">
  164. <button catchtap="confirmPay" disabled="{{btnDisabled}}">确认支付</button>
  165. </view>
  166. <!-- 底部栏-新增地址 -->
  167. <view class="foot" wx:if="{{showReceiptPlace}}">
  168. <button catchtap="addAddress">新增地址</button>
  169. </view>
  170. <!-- 弹出层-支付方式 -->
  171. <van-popup show="{{ showPayTypePicker }}" round closeable position="bottom" custom-style="height: 50%;" custom bind:close="closePayTypePicker" bind:click-overlay="closePayTypePicker">
  172. <view class="popup">
  173. <view class="popup-price">
  174. <text style="font-size: 32rpx;">C$</text>
  175. <text style="font-size: 72rpx;">{{all_price}}</text>
  176. </view>
  177. <picker-view immediate-change indicator-style="height: 58px;" style="width: 100%; height: 300px;" value="{{payType}}" bindchange="payTypeChanged">
  178. <picker-view-column>
  179. <view wx:for="{{payTypes}}" style="line-height: 58px; text-align: center;background-color: #F7F7F7;">{{item.payment_name}}</view>
  180. </picker-view-column>
  181. </picker-view>
  182. </view>
  183. </van-popup>
  184. <!-- 弹出层-EMT支付 -->
  185. <van-popup show="{{ showEMTPopup }}" round closeable position="bottom" custom-style="height: 40%;" custom bind:close="closeEMTPopup" bind:click-overlay="closeEMTPopup">
  186. <view class="popup">
  187. <view class="popup-title">
  188. <text>EMT支付</text>
  189. </view>
  190. <view class="popup-body">
  191. <view class="popup-row" style="margin-top: 42rpx;">
  192. <text style="color: #464646;font-size: 32rpx;font-weight: bold;">团长邮箱</text>
  193. <view style="width: 2rpx;height: 32rpx;background-color: #E6E6E6;"></view>
  194. <text style="color: #656565;font-size: 28rpx;">{{head_email}}</text>
  195. <view catchtap="copyHeadEmail" style="width: 86rpx;height: 44rpx;background-color: #FF874E;border-radius: 12rpx;color: #FFFFFF;font-size: 24rpx;display: flex;justify-content: center;align-items: center;">复制</view>
  196. </view>
  197. <view class="popup-row" style="margin-top: 50rpx;">
  198. <text style="color: #464646;font-size: 32rpx;font-weight: bold;">订单号</text>
  199. <view style="width: 2rpx;height: 32rpx;background-color: #E6E6E6;"></view>
  200. <text style="color: #656565;font-size: 28rpx;">{{order_number}}</text>
  201. <view catchtap="copyOrderNumber" style="width: 86rpx;height: 44rpx;background-color: #FF874E;border-radius: 12rpx;color: #FFFFFF;font-size: 24rpx;display: flex;justify-content: center;align-items: center;">复制</view>
  202. </view>
  203. <view class="popup-hint">
  204. 转账汇款时请备注订单号
  205. </view>
  206. <button catchtap="EMTpaid">已支付</button>
  207. </view>
  208. </view>
  209. </van-popup>
  210. <!-- 弹出层-下单成功 -->
  211. <van-popup show="{{ showOrderSuccessful }}" z-index="999999" overlay-style="background-color:#00000080;" round bind:close="closeOrderSuccessfulPopup">
  212. <view class="popup-center">
  213. <image src="/images/success.png"></image>
  214. <text>恭喜您下单成功</text>
  215. </view>
  216. </van-popup>
  217. <!-- 弹出层-选择收货地址 -->
  218. <van-popup show="{{ showReceiptPlace }}" round closeable position="bottom" custom-style="height: 60%;" custom bind:close="closeReceiptPlace" bind:click-overlay="closeReceiptPlace">
  219. <view class="popup">
  220. <view class="popup-title">
  221. <text>选择收货地址</text>
  222. </view>
  223. <view class="popup-body">
  224. <view class="card" wx:for="{{peisongAddress}}" data-index="{{index}}" catchtap="choosePeisongAddress">
  225. <view>
  226. <image src="/images/address.png"></image>
  227. </view>
  228. <view class="content">
  229. <p>{{item.receiving_address}}</p>
  230. <view>
  231. <p>{{item.receiving_name}}</p>
  232. <p>{{item.receiving_phone}}</p>
  233. </view>
  234. </view>
  235. <view>
  236. <image src="../../images/edit.png" style="width: 32rpx;height: 32rpx;" data-index="{{index}}" catchtap="editAddress"></image>
  237. </view>
  238. </view>
  239. </view>
  240. </view>
  241. </van-popup>
  242. <!-- 弹出层-自取点位置 -->
  243. <van-popup show="{{ showSelfMention }}" round closeable position="bottom" custom-style="height: 50%;" custom bind:close="closeSelfMention" bind:click-overlay="closeSelfMention">
  244. <view class="popup">
  245. <view class="popup-title" style="padding-bottom: 0;">
  246. <text>自取点位置</text>
  247. </view>
  248. <view class="popup-body">
  249. <view class="place-card" wx:for="{{ziquAddress}}" data-index="{{index}}" catchtap="chooseZiquAddress">
  250. <view class="place-card-image">
  251. <image src="/images/address.png"></image>
  252. </view>
  253. <view class="place-card-content">
  254. <text>{{item.address}}</text>
  255. </view>
  256. <view class="place-card-remark">
  257. <text>{{item.remarks}}</text>
  258. </view>
  259. </view>
  260. </view>
  261. </view>
  262. </van-popup>