details.wxml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!--pages/delails/details.wxml-->
  2. <!-- <text>pages/delails/details.wxml</text> -->
  3. <!-- 消息页————订单详情 -->
  4. <!-- 配送地址 -->
  5. <view class="address-box">
  6. <text class="address">
  7. <text class="address01">哈尔滨师范大学第一公寓2门321</text>
  8. <text class="address02">姓名:吴迪(先生)</text>
  9. </text>
  10. </view>
  11. <!-- 麻辣烫图片 -->
  12. <view class="container04">
  13. <view class="container03">
  14. <image class="img01" src="https://qcloud.dpfile.com/pc/3CTRFdje6AmTRDHb_eqJ2bj2z7l8HY9CpntkZEpyOBObQ3QAyS5ZgqVDp-olAAnOjoJrvItByyS4HHaWdXyO_DrXIaWutJls2xCVbatkhjUNNiIYVnHvzugZCuBITtvjski7YaLlHpkrQUr5euoQrg.jpg" mode="" />
  15. <view class="child">
  16. <view class="child01">
  17. <text class="ctx01">老式麻辣烫</text>
  18. <text class="ctx02">¥9.9+20积分</text>
  19. </view>
  20. <view class="child01">
  21. <text>*2</text>
  22. <text class="ctx03">¥15.9</text>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="text01">
  27. <text>包装费:</text>
  28. <text class="copper">¥0</text>
  29. </view>
  30. <view class="text02">
  31. <text>配送费:</text>
  32. <text class="copper">¥3</text>
  33. </view>
  34. </view>
  35. <view class="container01">
  36. <text class="text01">备注</text>
  37. <text class="text02">不要香菜,不要蒜</text>
  38. </view>
  39. <view class="container02">
  40. <view class="text01">
  41. <text> 订单编号:</text>
  42. <text>88888888888</text>
  43. </view>
  44. <view class="text01">
  45. <text> 交易时间:</text>
  46. <text>2023-4-36 13:18:34</text>
  47. </view>
  48. <view class="text01">
  49. <text> 积分抵扣:</text>
  50. <text>30积分</text>
  51. </view>
  52. <view class="text02">
  53. <text>实付金额:</text>
  54. <text class="copper">¥21.98</text>
  55. </view>
  56. <view class="text03">
  57. <text>配送人:</text>
  58. <text>冯川宇</text>
  59. </view>
  60. </view>