123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <wxs src="../../util/filter.wxs" module="filter"></wxs>
- <view class='cu-custom'>
- <view class="cu-bar fixed bg-shadeTop" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
- <view class='content' style='top:{{StatusBar}}px;'></view>
- </view>
- </view>
- <swiper class="screen-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" interval="10000"
- duration="500">
- <swiper-item wx:for="{{swiperList}}" wx:key="index" data-name="{{item.link}}" bindtap="linkWiki">
- <image src="{{item.image_url}}" mode="aspectFill"></image>
- </swiper-item>
- </swiper>
- <view class="cate-section">
- <navigator url="/pages/task/supply/index" hover-class="none" open-type="navigate">
- <view class="cate-item" bindtap="gotoVoteList">
- <image src="/img/1.png"></image>
- <text>供应大厅</text>
- </view>
- </navigator>
- <navigator url="/pages/task/demand/index" hover-class="none" open-type="navigate">
- <view class="cate-item">
- <image src="/img/2.png"></image>
- <text>需求大厅</text>
- </view>
- </navigator>
- <navigator url="/pages/task/trade/index" hover-class="none" open-type="navigate">
- <view class="cate-item">
- <image src="/img/3.png"></image>
- <text>交易大厅</text>
- </view>
- </navigator>
- <navigator url="/pages/task/rob/index" hover-class="none" open-type="navigate">
- <view class="cate-item">
- <image src="/img/4.png"></image>
- <text>任务大厅</text>
- </view>
- </navigator>
- </view>
- <view class="f-header">
- <image src="/img/h1.png"></image>
- <view class="tit-box">
- <text class="tit">常见问题</text>
- <text class="tit2">common problem</text>
- </view>
- <text class="yticon icon-you"></text>
- </view>
- <view class="ml50">
- <view class="cu-card" data-id="1" bindtap="getDetail">
- <view class="p20 tl">1、如何注册以及实名认证</view>
- </view>
- <view class="cu-card" data-id="1" bindtap="getDetail">
- <view class="p20 tl">2、接单的完整流程</view>
- </view>
- <view class="cu-card" data-id="1" bindtap="getDetail">
- <view class="p20 tl">3、名词解释</view>
- </view>
- </view>
- <view class="cu-tabbar-height"> </view>
|