猫妈狗爸伴宠师小程序前端代码
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.

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