order_details.wxml 4.0 KB

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