details.wxml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <view style="margin: 5%; " class="all">
  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; margin-left: 10rpx; color: #8b8b8b;">
  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/tupian2.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; color: #FF4500;">¥21.98</text>
  70. </view>
  71. <!-- 点击 是否显示 送达日期 通过wx:if = {{yipeisong}} if yipeisong == true 显示 -->
  72. <view wx:if="{{!show}}">
  73. <view style=" margin: 20rpx 0rpx; background: #E0E3DA;width: 95%;height: 1rpx;">
  74. </view>
  75. <view style="font-size:29rpx;color: #8b8b8b;padding-bottom: 20rpx;">
  76. 送达时间:{{date}}
  77. </view>
  78. </view>
  79. </view>
  80. <view wx:if="{{show}}">
  81. <button class="btns" bindtap="serverd">确认送达</button>
  82. </view>
  83. </view>