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