You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
7.8 KiB
179 lines
7.8 KiB
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
|
|
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" />
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
|
<view class="goback" bindtap="goback">
|
|
<image src="../../images/goback.png" />
|
|
</view>
|
|
<view class="title" bindtap="goback">
|
|
<view class="title-right">志愿者去哪儿</view>
|
|
</view>
|
|
<!-- 志愿者去哪儿 -->
|
|
</view>
|
|
</view>
|
|
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px">
|
|
<view class="belong-grid">
|
|
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" />
|
|
<view class="newbelong-grid">
|
|
<view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}">
|
|
<image src="{{getImgUrl.imgUrl}}" />
|
|
</view>
|
|
<view class="volunteer" bindtap="govolunteer">
|
|
<image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/09/rBAB717MhrKAB80nAAApr5c7VJQ292.png" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="banner-main">
|
|
<view class="page-body">
|
|
<view class="page-section page-section-spacing swiper">
|
|
<swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" circular="{{circular}}" interval="{{interval}}" duration="{{duration}}" bindchange="swiperChange">
|
|
<block wx:if="{{banner.length > 0}}">
|
|
<block wx:for="{{banner}}" wx:key="*this">
|
|
<swiper-item>
|
|
<view class="swiper-item" data-id="{{item.id}}" bindtap="toBannerDetail">
|
|
<image class="banner" src='{{item.bannerImg}}' mode="aspectFill" />
|
|
</view>
|
|
</swiper-item>
|
|
</block>
|
|
</block>
|
|
<block wx:else>
|
|
<swiper-item>
|
|
<view>
|
|
<image class="banner" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/09/rBAB717N1ouAPcXVAAJZd_4ygpQ518.jpg" mode="aspectFill" />
|
|
</view>
|
|
</swiper-item>
|
|
</block>
|
|
</swiper>
|
|
<!-- 重置小圆点的样式 -->
|
|
<view class="dots">
|
|
<block wx:for="{{ banner }}" wx:key="index">
|
|
<view class="dot {{index == currentSwiper ? ' active' : '' }}"></view>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="tab-left">
|
|
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
|
|
<image src="{{item.imgUrl}}" class="{{item.imgCode == 'ptg' || item.imgCode == 'sds' ? 'image-big' : 'image-small'}}"/>
|
|
<view class="tab-text"></view>
|
|
</view>
|
|
</view>
|
|
<view class="tab-right">
|
|
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
|
|
<image src="{{item.imgUrl}}" class="{{item.imgCode == 'ptg' || item.imgCode == 'sds' ? 'image-big' : 'image-small'}}"/>
|
|
<view class="tab-text"></view>
|
|
</view>
|
|
</view>
|
|
<view class="tab-all">
|
|
<view class="tab-bar {{tabFixed ? 'tab-bar-fixed' : ''}}" style="margin-top: {{tabFixed ? statusHeight + navigationHeight : '278r'}}px">
|
|
<view class="tab tab0 {{selectedTab === 'tab0' ? 'select' : ''}}" data-tab="tab0" bindtap="tabBarChange">
|
|
订单多多
|
|
</view>
|
|
<view class="tab tab1 {{selectedTab === 'tab1' ? 'select' : ''}}" data-tab="tab1" bindtap="tabBarChange">
|
|
志友朵朵
|
|
</view>
|
|
<view class="tab tab2 {{selectedTab === 'tab2' ? 'select' : ''}}" data-tab="tab2" bindtap="tabBarChange">
|
|
精彩说说
|
|
</view>
|
|
<view class="tab tab3 {{selectedTab === 'tab3' ? 'select' : ''}}" data-tab="tab3" bindtap="tabBarChange">
|
|
积分火火
|
|
</view>
|
|
<view class="select-bar {{selectedTab}}"></view>
|
|
</view>
|
|
</view>
|
|
<!-- 订单多多列表 -->
|
|
<view class="details-top" hidden="{{dingdan}}">
|
|
<view class="top-box">
|
|
<view class="">活动主办方:</view>
|
|
<view class="search-long">
|
|
<view class="search">
|
|
<view class="item-all">
|
|
<view class="item-left">
|
|
<image src="../../images/search.png"></image>
|
|
<input placeholder-class="placeholder-style" placeholder="输入关键字" bindinput="bindInputValueActive" value="{{searchActive}}"></input>
|
|
</view>
|
|
<button class="item-right" bindtap="searchActive" hover-class="none">搜索</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<activity bind:toActDetail="toActDetailDown" id="state-0" state="0"></activity>
|
|
</view>
|
|
<!-- 志友朵朵 -->
|
|
<block wx:if="{{ selectedTab == 'tab1' }}">
|
|
<view class="details-top">
|
|
<view class="top-box">
|
|
<view class="reg-count">志愿者注册数:{{volunteerCount}}</view>
|
|
<view class="search-short">
|
|
<view class="search">
|
|
<view class="item-all">
|
|
<view class="item-left">
|
|
<image src="../../images/search.png"></image>
|
|
<input placeholder-class="placeholder-style" placeholder="输入昵称关键字" bindinput="bindInputValue" value="{{searchName}}"></input>
|
|
</view>
|
|
<button class="item-right" bindtap="searchName" hover-class="none">搜索</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<scroll-view scroll-x="{{true}}" class="scroll-tag">
|
|
<view class="volunteer-tag">
|
|
<view class="tag {{volunteerTagId == item.id ? 'sel' : ''}}" wx:for="{{tagList}}" wx:key="index" data-id="{{item.id}}" bindtap="changeTag">{{item.tagName}}</view>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|
|
<view class="volunteer-box">
|
|
<volunteer-list bind:clickImage="clickImage" wx:for="{{volunteerlist}}" volunteerItemObj="{{item}}" wx:for-index="index" wx:for-item="item" wx:key="index"></volunteer-list>
|
|
</view>
|
|
<!-- <view class="show">*按姓氏拼音排序</view> -->
|
|
</view>
|
|
</block>
|
|
<!-- 精彩说说 -->
|
|
<view class="details-top" hidden="{{jingcai}}">
|
|
<view class="top-box">
|
|
<view class="">活动主办方:</view>
|
|
<view class="search-long">
|
|
<view class="search">
|
|
<view class="item-all">
|
|
<view class="item-left">
|
|
<image src="../../images/search.png"></image>
|
|
<input placeholder-class="placeholder-style" placeholder="输入关键字" bindinput="bindInputValueActive" value="{{searchJingcai}}"></input>
|
|
</view>
|
|
<button class="item-right" bindtap="searchActive" hover-class="none">搜索</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity>
|
|
</view>
|
|
<move-btn
|
|
wx:if="{{applyBtn.imgUrl}}"
|
|
area-top="120"
|
|
area-height="90%"
|
|
button-width="208"
|
|
button-height="122"
|
|
button-top="850"
|
|
button-left="520"
|
|
img-url="{{applyBtn.imgUrl}}"
|
|
bindmovebtnCallBack="myApply"></move-btn>
|
|
<move-btn
|
|
wx:if="{{scanBtn.imgUrl && btnTop!=0}}"
|
|
area-top="120"
|
|
area-height="90%"
|
|
button-width="200"
|
|
button-height="200"
|
|
button-top="{{btnTop}}"
|
|
button-left="{{btnLeft}}"
|
|
img-url="{{scanBtn.imgUrl}}"
|
|
bindmovebtnCallBack="scanCode"></move-btn>
|
|
|
|
<!-- <move-btn wx:if="{{shouye.id}}"
|
|
area-top="120"
|
|
area-height="90%"
|
|
button-top="1080"
|
|
button-width="240"
|
|
button-height="140"
|
|
img-url="{{shouye.imgUrl}}"
|
|
bindmovebtnCallBack="toShouye"></move-btn> -->
|
|
<load-more loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more>
|
|
<completeInfo-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></completeInfo-dialog>
|