repetitive_tasks_detail.axml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <view>
  2. <view class="header margin-bottom">
  3. <view class="header-top flex-box flex-v-ce margin-bottom">
  4. <view class="flex-box flex-v-ce flex-1 ">
  5. <img-box name="{{dataDetail.name}}" height="90rpx" width="90rpx" fSize="28rpx"></img-box>
  6. <view class="top-left">
  7. <view class="name">郭家裕悬赏的A分任务</view>
  8. <view class="yellow">已过期</view>
  9. </view>
  10. </view>
  11. <view class="name">10</view>
  12. </view>
  13. <view class="header-main">
  14. <view class="margin-bottom">排位吃饭</view>
  15. <view class="flex-box flex-v-ce">
  16. <view class="laber">任务描述</view>
  17. <view class="flex-1">积分申请</view>
  18. </view>
  19. <view class="flex-box flex-v-ce">
  20. <view class="laber">任务记分</view>
  21. <view class="flex-1">积分申请</view>
  22. </view>
  23. <view class="flex-box flex-v-ce">
  24. <view class="laber">逾期扣分</view>
  25. <view class="flex-1">积分申请</view>
  26. </view>
  27. <view class="flex-box flex-v-ce">
  28. <view class="laber">执行周期</view>
  29. <view class="flex-1">积分申请</view>
  30. </view>
  31. <view class="flex-box">
  32. <view class="laber">任务图片</view>
  33. <view class="flex-1 flex-box flex-v-ce imgs">
  34. <image mode="scaleToFill" data-index="{{imgIndex}}" data-item="{{item.files}}" src="../../../image/start1.png" catchTap="showImg"/>
  35. <image mode="scaleToFill" src="../../../image/start1.png"/>
  36. <image mode="scaleToFill" src="../../../image/start1.png"/>
  37. </view>
  38. </view>
  39. </view>
  40. </view>
  41. <view class="main">
  42. <view class="margin-top main-item">
  43. <view class="margin-bottom">审批者</view>
  44. <view class="flex-box">
  45. <view class="flex-box-v flex-center-center img-item" a:for="{{[1,2,3]}}">
  46. <img-box name="{{dataDetail.name}}" height="90rpx" width="90rpx" fSize="28rpx"></img-box>
  47. <text>城建</text>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="margin-top main-item">
  52. <view class="margin-bottom">执行者</view>
  53. <view class="flex-box">
  54. <view class="flex-box-v flex-center-center img-item" a:for="{{[1,2,3]}}">
  55. <img-box name="{{dataDetail.name}}" height="90rpx" width="90rpx" fSize="28rpx"></img-box>
  56. <text>城建</text>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="pop-up">
  62. <picker onChange="bindPickerChange" value="{{index}}" range="{{array}}">
  63. <image class="img" mode="scaleToFill" src="../../../image/Bj.png"/>
  64. </picker>
  65. </view>
  66. </view>