index.wxml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <wxs src="../../util/filter.wxs" module="filter"></wxs>
  2. <view class='cu-custom'>
  3. <view class="cu-bar fixed bg-shadeTop" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
  4. <view class='content' style='top:{{StatusBar}}px;'></view>
  5. </view>
  6. </view>
  7. <swiper class="screen-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" interval="10000"
  8. duration="500">
  9. <swiper-item wx:for="{{swiperList}}" wx:key="index" data-name="{{item.link}}" bindtap="linkWiki">
  10. <image src="{{item.image_url}}" mode="aspectFill"></image>
  11. </swiper-item>
  12. </swiper>
  13. <view class="cate-section">
  14. <navigator url="/pages/task/supply/index" hover-class="none" open-type="navigate">
  15. <view class="cate-item" bindtap="gotoVoteList">
  16. <image src="/img/1.png"></image>
  17. <text>供应大厅</text>
  18. </view>
  19. </navigator>
  20. <navigator url="/pages/task/demand/index" hover-class="none" open-type="navigate">
  21. <view class="cate-item">
  22. <image src="/img/2.png"></image>
  23. <text>需求大厅</text>
  24. </view>
  25. </navigator>
  26. <navigator url="/pages/task/trade/index" hover-class="none" open-type="navigate">
  27. <view class="cate-item">
  28. <image src="/img/3.png"></image>
  29. <text>交易大厅</text>
  30. </view>
  31. </navigator>
  32. <navigator url="/pages/task/rob/index" hover-class="none" open-type="navigate">
  33. <view class="cate-item">
  34. <image src="/img/4.png"></image>
  35. <text>任务大厅</text>
  36. </view>
  37. </navigator>
  38. </view>
  39. <view class="f-header">
  40. <image src="/img/h1.png"></image>
  41. <view class="tit-box">
  42. <text class="tit">常见问题</text>
  43. <text class="tit2">common problem</text>
  44. </view>
  45. <text class="yticon icon-you"></text>
  46. </view>
  47. <view class="ml50">
  48. <view class="cu-card" data-id="1" bindtap="getDetail">
  49. <view class="p20 tl">1、如何注册以及实名认证</view>
  50. </view>
  51. <view class="cu-card" data-id="1" bindtap="getDetail">
  52. <view class="p20 tl">2、接单的完整流程</view>
  53. </view>
  54. <view class="cu-card" data-id="1" bindtap="getDetail">
  55. <view class="p20 tl">3、名词解释</view>
  56. </view>
  57. </view>
  58. <view class="cu-tabbar-height"> </view>