index.wxml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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/lyg/index" hover-class="none" open-type="switchTab">
  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" >
  49. <view class="anw-title" bindtap="gotoIdentify">1、如何实名认证</view>
  50. <view class="anw-content">
  51. 登陆后,打开个人中心-我的资料,实名认证上传身份证手机号,然后绑定银行卡和签署电子合同。
  52. </view>
  53. </view>
  54. <view class="cu-card">
  55. <view class="anw-title">2、接单的完整流程</view>
  56. <view class="anw-content">
  57. 在“任务大厅”的“待接任务”进行抢单,在“已确认”中进行任务交付,然后在“已交付”和“已完成”中查看完结和打款进度。
  58. </view>
  59. </view>
  60. </view>
  61. <view class="cu-tabbar-height"> </view>