order_details.wxml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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/malatang.png" alt="" />
  17. </view>
  18. <view style="width: 300rpx; float: left;">
  19. <view class="content-detail" style="font-size: 29rpx;">
  20. 老式麻辣烫(微辣)
  21. </view>
  22. <view style="color:#8b8b8b;font-size: 26rpx;">
  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="margin:3%">
  32. <view class="card1" style=" margin-bottom: 8rpx;">
  33. <text style="font-size:29rpx;color: #8b8b8b;line-height: 28px;">包装费</text>
  34. <text style="font-size:29rpx;color: red;padding-right: 20rpx;">¥0</text>
  35. </view>
  36. <view class="card1">
  37. <text style="font-size:29rpx;color: #8b8b8b;">配送费</text>
  38. <text style="font-size:29rpx; color: red;font-weight: 500; padding-right: 20rpx;">¥3</text>
  39. </view>
  40. </view>
  41. </view>
  42. <view class="remark" style="font-size: 28rpx;">
  43. 备注
  44. <view class="remark-underline">
  45. </view>
  46. 不要香菜,不要蒜
  47. </view>
  48. <view class="logistics-box">
  49. <view class="card1" style="padding-top: 20rpx;">
  50. <text style="font-size:29rpx;color: #8b8b8b;">订单编号:</text>
  51. <text style="font-size:26rpx; font-weight: 500; padding-right: 20rpx;">989898854952336</text>
  52. </view>
  53. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx">
  54. </view>
  55. <view class="card1" style="padding-top: 15rpx;">
  56. <text style="font-size:29rpx;color: #8b8b8b;">交易时间:</text>
  57. <text style="font-size:26rpx; font-weight: 500; padding-right: 20rpx;">2023-04-25 15:56:18</text>
  58. </view>
  59. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  60. </view>
  61. <view class="card1" style="padding-top: 15rpx;">
  62. <text style="font-size:29rpx;color: #8b8b8b;">积分抵扣:</text>
  63. <text style="font-size:26rpx; font-weight: 500; padding-right: 20rpx;">30积分</text>
  64. </view>
  65. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  66. </view>
  67. <view class="card1" style="padding-top: 15rpx;">
  68. <text style="font-size:29rpx;color: #8b8b8b;padding-bottom: 20rpx;">实付金额:</text>
  69. <text style="font-size:26rpx; font-weight: 500; padding-right: 20rpx;">¥21.98</text>
  70. </view>
  71. </view>
  72. <!-- 点击 是否显示 配送人 通过wx:if = {{yipeisong}} if yipeisong == true 显示 -->
  73. <view class="logistics-box" wx:if="{{yipeisong}}">
  74. <view style="height: 40rpx; padding-top: 20rpx;">
  75. <view class="logistic-information-left">
  76. 配送人
  77. </view>
  78. </view>
  79. <view style=" margin: 15rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  80. </view>
  81. <view style="height: 40rpx; padding-bottom: 20rpx;">
  82. <view class="logistic-information-left" style="width: 200rpx;">
  83. {{peisongren}}
  84. </view>
  85. </view>
  86. </view>
  87. <!-- #end -->
  88. <view class="tabbar">
  89. <van-button color="#aeaeae" round custom-style="margin-right: 20rpx; width: 300rpx; font-size: 28rpx;" bind:click="onClickRefund"> {{tuikuan}} </van-button>
  90. <van-button color="#ff8e0b" round custom-style="width: 300rpx; font-size: 28rpx;" bind:click="onClickrint">重新打印</van-button>
  91. </view>
  92. </view>