orderdetails.wxml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <view style="background: #f5f5f5; padding: 20rpx 0;">
  2. <view class="container">
  3. <view class="top_boxs">
  4. <view class="displayboxs">
  5. <view class="left">
  6. <image src="{{yesbaoguo}}" alt=""/>
  7. </view>
  8. <view class="right">您的快件已签收</view>
  9. </view>
  10. <view class="displayboxs" style="margin-top: 10rpx;">
  11. <view class="left">
  12. <image src="{{dingwei}}" alt=""/>
  13. </view>
  14. <view class="right">
  15. <view>苏州市姑苏区江平路186号枕河人家小区</view>
  16. <view>周白芷 153***0508</view>
  17. </view>
  18. </view>
  19. </view>
  20. <view class="list_boxs">
  21. <view class="title">商品信息</view>
  22. <!-- 商品信息 -->
  23. <view class="product_info">
  24. <image src="https://img1.baidu.com/it/u=2052658756,3021621759&fm=253&fmt=auto&app=120&f=JPEG?w=500&h=500" alt="" class="product_image"/>
  25. <view class="product_details">
  26. <view class="product_name">幼儿启蒙绘本10册套装</view>
  27. <view class="product_description">适合3-6岁儿童,培养创造力</view>
  28. <view class="product_quantity">数量: 1套</view>
  29. </view>
  30. <view class="product_price">¥134.00</view>
  31. </view>
  32. <view class="order_info">
  33. <view class="order_item">
  34. <text>订单编号</text>
  35. <view>
  36. <text>20231115143012345</text>
  37. <image style="width: 35rpx; height: 35rpx;margin-left: 16rpx;" src="{{fuzhi}}" alt=""/></view>
  38. </view>
  39. <view class="order_item">
  40. <text>下单时间</text>
  41. <text>2023-11-15 14:30:22</text>
  42. </view>
  43. <view class="order_item">
  44. <text>支付金额</text>
  45. <text>¥134.00</text>
  46. </view>
  47. <view class="order_item">
  48. <text>邮寄方式</text>
  49. <text>自提</text>
  50. </view>
  51. <view class="order_item">
  52. <view>物流单号</view>
  53. <view>
  54. <text>SF123123123123</text>
  55. <image style="width: 35rpx; height: 35rpx;margin-left: 16rpx;" src="{{fuzhi}}" alt=""/>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. <!-- 底部栏 -->
  61. <view class="button_boxs">
  62. <button class="buttons">申请售后</button>
  63. <button class="buttons2">再次购买</button>
  64. </view>
  65. </view>
  66. </view>