猫妈狗爸伴宠师小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
3.2 KiB

  1. <template>
  2. <up-list
  3. @scrolltolower="scrolltolower"
  4. >
  5. <up-list-item>
  6. <view class="mb28 container-list-item">
  7. <view class="flex-between flex" style="background: #FFF4E5;padding: 22rpx 42rpx">
  8. <view>待接单</view>
  9. <view>本单酬劳
  10. <text style="color: #FF530A">260</text>
  11. </view>
  12. </view>
  13. <view class="container-list">
  14. <view class="flex-between flex mb28">
  15. <up-image style="flex-shrink:0" class="mr20" width="70px" height="70px"
  16. src="https://cdn.catmdogd.com/Work/image/work/tx.png"
  17. shape="circle"></up-image>
  18. <view>
  19. <view class="font28 col3">服务天数: 共2天 I 12-07,12-08</view>
  20. <view style="margin: 18rpx 0">期望上门时间</view>
  21. <view>中华田园犬(小型犬) | 专业喂养+提前熟悉+陪玩</view>
  22. </view>
  23. </view>
  24. <view class="mb28 address">重庆市南岸区长嘉汇</view>
  25. <view class="mb28">订单为系统派发请确认订单信息后再抢单</view>
  26. <view class="flex flex-between">
  27. <up-button type="primary" text="查看订单详情" shape="circle" class="mr20" color="#FFAA48"></up-button>
  28. <up-button type="primary" text="查看宠物档案" shape="circle" class="mr20" color="#FFAA48"></up-button>
  29. <up-button type="primary" text="查看服务档案" shape="circle" color="#FFAA48"></up-button>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="mb28 container-list-item">
  34. <view class="flex-between flex" style="background: #FFF4E5;padding: 22rpx 42rpx">
  35. <view>待接单</view>
  36. <view>本单酬劳
  37. <text style="color: #FF530A">260</text>
  38. </view>
  39. </view>
  40. <view class="container-list">
  41. <view class="flex-between flex mb28">
  42. <up-image style="flex-shrink:0" class="mr20" width="70px" height="70px"
  43. src="https://cdn.catmdogd.com/Work/image/work/tx.png"
  44. shape="circle"></up-image>
  45. <view>
  46. <view class="font28 col3">服务天数: 共2天 I 12-07,12-08</view>
  47. <view style="margin: 18rpx 0">期望上门时间</view>
  48. <view>中华田园犬(小型犬) | 专业喂养+提前熟悉+陪玩</view>
  49. </view>
  50. </view>
  51. <view class="mb28 address">重庆市南岸区长嘉汇</view>
  52. <view class="mb28">订单为系统派发请确认订单信息后再抢单</view>
  53. <view class="flex flex-between">
  54. <up-button type="primary" text="查看订单详情" shape="circle" class="mr20" color="#FFAA48"></up-button>
  55. <up-button type="primary" text="查看宠物档案" shape="circle" class="mr20" color="#FFAA48"></up-button>
  56. <up-button type="primary" text="查看服务档案" shape="circle" color="#FFAA48"></up-button>
  57. </view>
  58. </view>
  59. </view>
  60. </up-list-item>
  61. </up-list>
  62. </template>
  63. <script setup>
  64. const scrolltolower = () => {
  65. }
  66. </script>
  67. <style scoped lang="scss">
  68. @import "../index";
  69. </style>