myOrder.wxml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!--pages/my order/myOrder.wxml-->
  2. <view>
  3. <view style="display: flex;margin-top:50rpx ;">
  4. <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
  5. </view>
  6. <view class="top">
  7. <view class="navigation">
  8. <view class="navigation-word">
  9. <van-tabs animated>
  10. <van-tab title="全部"></van-tab>
  11. <van-tab title="待送达"></van-tab>
  12. <van-tab title="待支付"></van-tab>
  13. <van-tab title="已完成"></van-tab>
  14. </van-tabs>
  15. </view>
  16. <view style="display: flex;margin-top:50rpx ;">
  17. <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
  18. </view>
  19. <view class="among" bindtap="goOrder">
  20. <view class="among-top">
  21. {{one}}
  22. </view>
  23. <view class="among-top-left">
  24. {{three}}
  25. </view>
  26. <view style="background-color: rgb(233, 231, 231); width: 650rpx; height: 5rpx; margin-top: 20rpx;margin-left: 50rpx;"></view>
  27. <view class="image-food">
  28. <image style="width: 200rpx;height: 120rpx;" src="/../../images/image.png" />
  29. </view>
  30. <view class="request">
  31. {{two}}
  32. </view>
  33. <view class="price-1">
  34. {{four}}
  35. </view>
  36. <view class="thing">
  37. {{six}}
  38. </view>
  39. </view>
  40. </view>
  41. <view style="display: flex;margin-top:50rpx ;">
  42. <view style="background-color: rgb(233, 231, 231); width: 100%; height: 20rpx; margin-top: -25rpx;"></view>
  43. </view>
  44. <view class="among">
  45. <view class="among-top">
  46. {{one}}
  47. </view>
  48. <view class="among-top-left">
  49. {{three}}
  50. </view>
  51. <view style="background-color: rgb(233, 231, 231); width: 650rpx; height: 5rpx; margin-top: 20rpx;margin-left: 50rpx;"></view>
  52. <view class="image-food">
  53. <image style="width: 200rpx;height: 120rpx;" src="/../../images/image.png" />
  54. </view>
  55. <view class="request">
  56. {{two}}
  57. </view>
  58. <view class="price-1">
  59. {{five}}
  60. </view>
  61. <view class="thing">
  62. {{seven}}
  63. </view>
  64. </view>
  65. </view>
  66. </view>