index.wxml
7.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!--index.wxml-->
<view class="container">
<!--swiper-->
<view class="head">
<view class="position {{hidden_top?'hidden-active':'visible-active'}}">
<view class="left">
<view class="iconfont icon-location"></view>
<text>{{china_city}}</text>
<view class="iconfont icon-arrow-down"></view>
</view>
<view class="right" bindtap="search">
<view class="input"></view>
<view class="iconfont icon-arrow-down"></view>
</view>
</view>
<swiper indicator-dots="{{false}}" current="{{current}}" bindchange="swiperChange"
autoplay="{{true}}" interval="3000" duration="1000">
<block wx:for="{{slide}}" wx:key="index">
<navigator url="{{item.link}}" hover-class="navigator-hover">
<swiper-item>
<!--<image src="{{item.pic}}" class="slide-image"/>-->
<image src="http://pk86rwhci.bkt.clouddn.com/banner.png" class="slide-image"/>
</swiper-item>
</navigator>
</block>
</swiper>
<view class="dots">
<block wx:for="{{slide}}" wx:key="index" wx:for-index="idx">
<view class="dot-item {{idx == current_swiper ? ' active' : ''}}"></view>
</block>
</view>
</view>
<!--分类导航-->
<view class="padding-box">
<view class="navigator-box">
<view class="img-box" wx:for="{{cate}}" wx:key="index" bindtap="goTypeDetail" data-id="{{item.id}}">
<!--<image src="{{item.pic}}"></image>-->
<!--<view class="text">{{item.name}}</view>-->
<image src="{{item.pic}}"></image>
<view class="text">{{item.name}}</view>
</view>
</view>
</view>
<!--火柴号外公告-->
<view class="area-box">
<image src="../../images/haowai@2x.png"></image>
<!--<text>奥拉维尔·埃利亚松北京首展</text>-->
<!--<view wx:for="{{noticeList}}" wx:key="index">-->
<!--<wux-notice-bar mode="link" icon="" action="" content="{{item.name}}" bind:click="onClick">-->
<!--<text slot="footer" style="color: #a1a1a1; margin-left: 10px;">去看看</text>-->
<!--</wux-notice-bar>-->
<!--</view>-->
<swiper class="tab-right" style='' vertical="true" autoplay="true" circular="true" interval="3000" display-multiple-items='1'>
<view class="right-item">
<block wx:for-index="idx" wx:for='{{noticeList}}' wx:key="index" >
<swiper-item>
<view class='content-item' bindtap="goNotice" data-id="{{item.id}}">
<text>{{item.title}}</text>
</view>
</swiper-item>
</block>
</view>
</swiper>
</view>
<view class="tandian-box">
<view class="left">
<image src="../../images/tandian@2x.png"></image>
<text>探店途中</text>
</view>
<view class="right" bindtap="goMore">
<text>查看更多</text>
<image src="../../images/arrow@2x.png"></image>
</view>
</view>
<!--banner-->
<view class='people_box rel bb1'>
<!--<scroll-view scroll-x class='scroll_view'>-->
<!--<view class="people_list_box">-->
<!--<view class='people_list' wx:for='{{banner}}' wx:key='index'-->
<!--data-index="{{index}}" bindtap="goPeopleDetail" data-id="{{item.user_id}}">-->
<!--<image src="{{item.image}}"></image>-->
<!--<text>Opera Bombana 2018.4.28</text>-->
<!--</view>-->
<!--</view>-->
<!--</scroll-view>-->
<swiper class="bannerBox" autoplay="true" interval="3000" duration="2000"
previous-margin="50rpx" next-margin="50rpx" bindchange="bannerChange" current="{{index}}">
<block wx:for="{{meal_banner}}" wx:key="index">
<swiper-item>
<view class="fix pl5 pr5 box_bb" bindtap="goMealDetail" data-id="{{item.id}}">
<!--<navigator url="">-->
<image class="banner mt10 {{currentBannerIndex==index?'active':''}}" src="{{item.pic}}" mode="aspectFill" />
<text>{{item.address}} {{item.time}}</text>
<!--</navigator>-->
</view>
</swiper-item>
</block>
</swiper>
<view class="bannerDots flex_c abs">
<view class="dot {{currentBannerIndex==index?'active':''}}" wx:for="{{banner}}" wx:key="index"></view>
</view>
</view>
<!--足迹-->
<view class="record-box">
<image src="../../images/zuji@2x.png"></image>
<text>他们的足迹</text>
</view>
<!--瀑布流-->
<view class="masonry-box">
<masonry bind:go-detail="goActivityDetail" generic:masonry-item="img-box" id="masonry" interval-width="20rpx"></masonry>
</view>
<!--底部tab-->
<import src="/templates/templates.wxml" />
<template is="tabBar" data='{{...tabcurrent}}' />
<!--swiper-->
<!--<view class="banner-box">-->
<!--<swiper indicator-dots="{{true}}"-->
<!--autoplay="{{true}}" interval="3000" duration="1000">-->
<!--<block wx:for="{{banner}}" wx:key="index">-->
<!--<navigator url="{{item.url}}" hover-class="navigator-hover">-->
<!--<swiper-item class="banner-item">-->
<!--<image src="{{item.image}}" class="slide-image"/>-->
<!--</swiper-item>-->
<!--</navigator>-->
<!--</block>-->
<!--</swiper>-->
<!--</view>-->
<!--去答题弹框-->
<view class="input-box" wx:if="{{is_showAnswer}}" catchtouchmove="disableScroll">
<image class="sorry-img" src="../../images/sorry@2x.png"></image>
<view class="title">目前只对</view>
<view class="title">首批会员开放发布功能</view>
<view class="tips">答题后可能获得第一批次入场卷</view>
<view class="answer-btn" catchtap="goAnswer">答题</view>
</view>
<view class="modal_box" wx:if="{{is_showAnswer}}" bindtap="handleBackground" catchtouchmove="disableScroll"></view>
<!--去完善个人信息弹框-->
<view class="input-box" wx:if="{{is_showUserInfo}}" catchtouchmove="disableScroll">
<image class="sorry-img" src="../../images/user_info@2x.png"></image>
<view class="title">为了更好的体验</view>
<view class="title">请先完善个人信息</view>
<view class="answer-btn" bindtap="goUserInfo">完成</view>
</view>
<view class="modal_box" wx:if="{{is_showUserInfo}}" bindtap="handleBackground" catchtouchmove="disableScroll"></view>
<!--发布-->
<view class="release-btn-box" wx:if="{{is_showRelease}}">
<view class="left-btn" bindtap="releaseMeal">
<image src="../../images/pincan@2x.png"></image>
<view class="text">发布拼餐</view>
</view>
<view class="right-btn" bindtap="releaseActivity">
<image src="../../images/pinhuodong@2x.png"></image>
<view class="text">发布拼活动</view>
</view>
</view>
<view class="modal_box" wx:if="{{is_showRelease}}" bindtap="handleBackground" catchtouchmove="disableScroll"></view>
</view>