order_details.wxml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <view style="margin: 5%; ">
  2. <view class="order_box" style="padding: 30rpx;box-sizing: border-box;">
  3. <view class="order_title">
  4. 哈尔滨师范大学第一公寓2门321</view>
  5. <view style="display: flex; justify-content: left;">
  6. <view class="order_smalltitle">
  7. 颜值在线(女士)
  8. </view>
  9. <view class="order_phone">
  10. 15639670876
  11. </view>
  12. </view>
  13. </view>
  14. <view class="content-box">
  15. <view class="content-title">
  16. <image class="img-1" src="../../images/外卖小程序/麻辣烫-微辣.png" alt="" />
  17. </view>
  18. <view style="width: 300rpx; float: left;">
  19. <view class="content-detail">
  20. 老式麻辣烫(微辣)
  21. </view>
  22. <view style="color:#8b8b8b;font-size: 13px;">
  23. *2
  24. </view>
  25. </view>
  26. <view class="order-money">
  27. ¥9.9+20积分
  28. </view>
  29. <view class="divLine">
  30. </view>
  31. <view style="height: 100rpx">
  32. <view class="content-left" style="color: #8b8b8b;">
  33. 包装费:
  34. 配送费:
  35. </view>
  36. <view class="content-right" style="color: red;font-weight: 500;">
  37. ¥0
  38. ¥3
  39. </view>
  40. </view>
  41. </view>
  42. <view class="remark">
  43. 备注
  44. <view class="remark-underline">
  45. </view>
  46. 不要香菜,不要蒜
  47. </view>
  48. <view class="logistics-box">
  49. <view style="height: 40rpx; padding-top: 20rpx;">
  50. <view class="logistic-information-left">
  51. 订单编号:
  52. </view>
  53. <view class="logistic-information-right">
  54. 989898854952336
  55. </view>
  56. </view>
  57. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx">
  58. </view>
  59. <view style="height: 40rpx; padding-top: 20rpx;">
  60. <view class="logistic-information-left">
  61. 交易时间:
  62. </view>
  63. <view class="logistic-information-right">
  64. 2023-04-25 15:56:18
  65. </view>
  66. </view>
  67. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  68. </view>
  69. <view style="height: 40rpx; padding-top: 20rpx;">
  70. <view class="logistic-information-left" style="width: 200rpx;">
  71. 积分抵扣:
  72. </view>
  73. <view class="logistic-information-right">
  74. 30积分
  75. </view>
  76. </view>
  77. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  78. </view>
  79. <view style="height: 40rpx; padding-top: 20rpx; padding-bottom: 20rpx;">
  80. <view class="logistic-information-left">
  81. 实付金额:
  82. </view>
  83. <view class="logistic-information-right" style="color:red;">
  84. ¥21.98
  85. </view>
  86. </view>
  87. </view>
  88. <!-- 点击 是否显示 配送人 通过wx:if = {{yipeisong}} if yipeisong == true 显示 -->
  89. <view class="logistics-box" wx:if="{{yipeisong}}">
  90. <view style="height: 40rpx; padding-top: 20rpx;">
  91. <view class="logistic-information-left">
  92. 配送人
  93. </view>
  94. </view>
  95. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  96. </view>
  97. <view style="height: 40rpx; padding-top: 20rpx;">
  98. <view class="logistic-information-left" style="width: 200rpx;">
  99. {{peisongren}}
  100. </view>
  101. </view>
  102. </view>
  103. <!-- #end -->
  104. <view class="tabbar" style="margin-top: 15rpx ; padding-bottom: 10rpx; display: flex;justify-content: center;margin-bottom: 0;">
  105. <van-button color="#aeaeae" round custom-style="margin-right: 20rpx; width: 300rpx" bind:click="onClickRefund"> {{tuikuan}} </van-button>
  106. <van-button color="#ff8e0b" round custom-style="width: 300rpx" bind:click="onClickrint">重新打印</van-button>
  107. </view>
  108. </view>