order_address.wxml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!--pages/order_address/order_address.wxml-->
  2. <!-- <text>pages/order_address/order_address.wxml</text><!--pages/order_submit/order_submit.wxml-->
  3. <!-- <text>pages/order_submit/order_submit.wxml</text> -->
  4. <!-- 确认订单页面 有备注 有按钮 有地址 -->
  5. <!-- 收货地址 -->
  6. <view class="ad">
  7. <view class="ad-box">
  8. <image src="../image/dizhi.png" mode="" />
  9. <text class="ad-text01">哈尔滨师范大学第一公寓2门312室</text>
  10. <text class="message">
  11. 吴迪(先生)182****2898
  12. </text>
  13. </view>
  14. </view>
  15. <!-- 商品信息 -->
  16. <view class="food">
  17. <text class="food-text">二楼麻辣烫、麻辣香锅、麻辣拌饭</text>
  18. </view>
  19. <view class="store-box">
  20. <image src="../image/商品.png" mode="" />
  21. <view class="store-message">
  22. <text class="store-title">麻辣烫微辣微麻</text>
  23. <text class="store-price01">¥10.98+40积分</text>
  24. <text class="store-price02">¥28.80</text>
  25. <view>
  26. <text class="store-numb">*2</text>
  27. </view>
  28. </view>
  29. </view>
  30. <view class="others-box">
  31. <text class="other01">包装费</text>
  32. <text class="other02">¥0</text>
  33. </view>
  34. <view class="others-box">
  35. <text class="other01">付款费</text>
  36. <text class="other02">¥3</text>
  37. </view>
  38. <view class="others-boxs">
  39. <text class="others01">已优惠</text>
  40. <text class="others02">¥10</text>
  41. <text class="others01">累计</text>
  42. <text class="others02">¥21.8</text>
  43. </view>
  44. <!-- 备注 -->
  45. <view>
  46. <van-cell-group inset>
  47. <van-field v-model="message" rows="2" autosize label="备注:" type="textarea" maxlength="15" placeholder="请输入备注" show-word-limit />
  48. </van-cell-group>
  49. </view>
  50. <!-- 提交订单按钮 -->
  51. <view class="btn">
  52. <view class="btn-box">
  53. <text class="btn-text01">累计:</text>
  54. <text class="btn-text02">¥10.98</text>
  55. <van-button class="order-btn" type="warning" round >提交订单</van-button>
  56. </view>
  57. </view>