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