activityinfo.wxml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <scroll-view scroll-x class="scroll-header scroll">
  2. <view class='boxs' >
  3. <view class='box-image-l'data-type="{{i}}" bindtap='tabs' wx:for="{{activitylist}}" wx:key="item" class='imgwidth' wx:for-index="i">
  4. <image src='{{item.attribute3}}' class='h100 br15'></image>
  5. <view class='txt-center'>
  6. <text class='news-container-txt'>{{item.itemname}}</text>
  7. </view>
  8. </view>
  9. <!-- <view class='box-image-l'>
  10. <navigator url='../../../pages/home/index/ practiceExperience/ practiceExperience'>
  11. <image src='/assets/cjz/hdsys.png'></image>
  12. <text class='img-txt2'>活动实验室</text>
  13. </navigator>
  14. </view>
  15. <view class='box-image-l' bindtap='cityExperience'>
  16. <image src='/assets/cjz/csty.png'></image>
  17. <text class='img-txt3'>城市体验</text>
  18. </view> -->
  19. </view>
  20. </scroll-view>
  21. <view wx:if="{{partTrue}}">
  22. <view class='i-tab' >
  23. <i-tabs current="{{ current }}" bindchange="handleChange">
  24. <i-tab key="tab1" title="最新"></i-tab>
  25. <block wx:for="{{partlist}}" wx:key="itemlist" wx:for-item="itemlist">
  26. <i-tab key="{{itemlist.itemcode}}" title="{{itemlist.itemname}}" ></i-tab>
  27. </block>
  28. </i-tabs>
  29. </view>
  30. <block wx:if="{{totalCount>0}}" >
  31. <scroll-view class="container img-content" scroll-top="{{scrollTop}}" scroll-y="true" style="height:{{scrollHeight}}px;" bindscrolltolower="bindDownLoad" bindscrolltoupper="topLoad" bindscroll="scroll">
  32. <view data-id="{{item.id}}" bindtap='seeDetails' wx:for="{{listitem}}" wx:key="item" class="list flex-box" >
  33. <view class="list-img">
  34. <image class="img" src="{{item.headUrl}}"></image>
  35. </view>
  36. <view class="list-main flex-btn">
  37. <view class="list-title list-brief">
  38. <text>{{item.title}}</text>
  39. </view>
  40. <view class="list-brief">
  41. <block wx:for="{{item.tags}}" wx:for-item="tag">
  42. <text class="sale">{{tag.workTagName}}</text>
  43. </block>
  44. <text class="price">{{item.price}}</text><text class="txt">元/{{item.unitName}}</text>
  45. </view>
  46. <view class="list-brief">
  47. <text>{{item.address}}</text>
  48. </view>
  49. <view class="list-brief">
  50. <text>{{item.workdateStart}}-{{item.workdateEnd}}</text>
  51. </view>
  52. </view>
  53. <view class="list-sale"><text class="sales">{{item.statusName}}</text></view>
  54. </view>
  55. <view class='nomore {{currPage>=totalPage?"":"hidden"}}' >
  56. — 我是有底线的 —
  57. </view>
  58. </scroll-view>
  59. </block>
  60. </view>
  61. <block wx:if="{{totalCount<=0}}">
  62. <view class='tc h100'>
  63. <image src="{{nodata}}" class='nodata-img'></image>
  64. </view>
  65. </block>
  66. <view wx:if="{{activityTrue}}">
  67. <view class='downMenu'>
  68. <view class="section">
  69. <picker mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{cityIndex}}" range="{{allcity}}" range-key="codename">
  70. <view class="picker">
  71. {{allcity[1][cityIndex[1]].codename}}
  72. </view>
  73. </picker>
  74. </view>
  75. <view class="section">
  76. <picker bindchange="bindPickerChange" value="{{produindex}}" range="{{arraylist}}" range-key='name' >
  77. <view class="picker">
  78. <text>{{arraylist[produindex].name}}</text>
  79. <i class="iconfont icon-xiasanjiaoxing gray"></i>
  80. </view>
  81. </picker>
  82. </view>
  83. <view class="section">
  84. <picker bindchange="bindPickerChanger" value="{{produindexone}}" range="{{arraystatus}}" range-key='name' >
  85. <view class="picker">
  86. <text>{{arraystatus[produindexone].name}}</text>
  87. <i class="iconfont icon-xiasanjiaoxing gray"></i>
  88. </view>
  89. </picker>
  90. </view>
  91. </view>
  92. <view class='marginTop'>
  93. <view class='boxm' data-id="{{item.id}}" bindtap='activeDetail' wx:for="{{listActivity}}" wx:key="item">
  94. <image src='{{item.thumbnailImg}}'></image>
  95. <view class='txt-center'>
  96. <text class='news-container-txtfir'>{{item.title}}</text>
  97. <text class='news-container-txtsec'>{{item.startTime}}</text>
  98. </view>
  99. <!-- <image src='{{item.thumbnailImg}}'>
  100. <text class='txt-t'>{{item.title}}</text>
  101. <text class='txt-bone'>{{item.startTime}}</text>
  102. </image> -->
  103. <view class='volunteer-box'>
  104. <!-- <image src=""></image> -->
  105. <view class='volunteer-location'>
  106. <text class='iconfont icon-dingwei font35 color-w'></text>
  107. <text class='txtall'>{{item.address}}</text>
  108. </view>
  109. <view class='volunteer-people'>
  110. <text class='iconfont icon-duorenyonghu- font35 color-w'> </text>
  111. <text class='txtall'>{{item.willnum}}</text>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. </view>