index.html
9.93 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>寒风来袭--暖心哈达</title>
<link rel="stylesheet" href="css/topic.css">
</head>
<body>
<div class="m-page"></div>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/underscore-min.js"></script>
<script type="text/template" id="contentTpl">
<%if(wap){%>
<header class="m-header header-light">
<div class="head">
<a href="javascript:history.go(-1);" class="lt-bar m-icon icon-back">返回</a>
<h1>寒风来袭--暖心哈达</h1>
<!-- <a href="#" class="rt-bar text">分享</a> -->
</div>
</header>
<%}%>
<div class="nf_main">
<!-- 顶部banner -->
<div class="section">
<img src="images/main/banner_0.jpg" alt="寒风来袭--暖心哈达">
</div>
<div class="section">
<a href="http://m.nong12.com/features/category.do?id=0&shopSource=1&rid=875">
<img src="images/main/banner_1.jpg" alt="寒风来袭--暖心哈达">
</a>
</div>
<div class="section product background-red">
<ul>
<%_.each(products[0], function(product, index){%>
<li>
<a href="<%=wap ? 'http://m.nong12.com/goods/getIntroductionPageById.do?pid='+product.id : 'http://www.nong12.com/product/'+product.id+'.html'%>" title="<%=product.title%>"><img src="images/product/p_0_<%=index%>.jpg" alt="<%=product.title%>"></a>
</li>
<%})%>
</ul>
</div>
<div class="section">
<a href="http://m.nong12.com/features/category.do?id=0&shopSource=1&rid=571"><img src="images/main/banner_2.jpg" alt="寒风来袭--暖心哈达"></a>
</div>
<div class="section product background-green">
<ul>
<%_.each(products[1], function(product, index){%>
<li>
<a href="<%=wap ? 'http://m.nong12.com/goods/getIntroductionPageById.do?pid='+product.id : 'http://www.nong12.com/product/'+product.id+'.html'%>" title="<%=product.title%>"><img src="images/product/p_1_<%=index%>.jpg" alt="<%=product.title%>"></a>
</li>
<%})%>
</ul>
</div>
<div class="section">
<a href="http://m.nong12.com/features/category.do?id=0&rid=961"><img src="images/main/banner_3.jpg" alt="寒风来袭--暖心哈达"></a>
</div>
<div class="section product background-blue">
<ul>
<%_.each(products[2], function(product, index){%>
<li>
<a href="<%=wap ? 'http://m.nong12.com/goods/getIntroductionPageById.do?pid='+product.id : 'http://www.nong12.com/product/'+product.id+'.html'%>" title="<%=product.title%>"><img src="images/product/p_2_<%=index%>.jpg" alt="<%=product.title%>"></a>
</li>
<%})%>
</ul>
</div>
<div class="section">
<a href="http://m.nong12.com/shop/storelist.do?type=0&key=%E5%93%88%E5%B0%94%E6%BB%A8"><img src="images/main/banner_4.jpg" alt="寒风来袭--暖心哈达"></a>
</div>
<div class="section store background-light-blue">
<%_.each(stores, function(store, index){%>
<a href="<%='http://m.nong12.com/shop/storedetail.do?id='+store.id%>" title="<%=store.title%>"><img src="images/store/p_<%=index%>.jpg" alt="<%=store.title%>"></a>
<%})%>
</div>
<div class="section">
<img src="images/main/banner_5.jpg" alt="鲜香优质--沈阳专场">
</div>
<div class="section market">
<dl class="clearfix">
<%_.each(markets, function(market){%>
<dd><a href="http://m.nong12.com/goods/searchByKeyword.do?type=0&key=<%=market.key%>"><%=market.title%></a></dd>
<%})%>
</dl>
</div>
<div class="section footer">
<a href="http://static.nong12.com/static/app.html" title="app下载"><img src="images/main/footer.jpg" alt="app下载"></a>
</div>
</div>
<a href="#" class="m-to-top"></a>
</script>
<script>
$(function() {
var Topic = {
wap: false,
data: {
products:[
[{
"id": "1000057467",
"title": "火龙果"
},{
"id": "1000057502",
"title": "高原王子橙"
},{
"id": "1000057499",
"title": "香梨"
},{
"id": "1000055966",
"title": "冰糖果"
},{
"id": "1000057492",
"title": "金钱橘"
},{
"id": "1000055973",
"title": "蜜瓜"
}],
[{
"id": "1000056016",
"title": "菜花"
},{
"id": "1000056004",
"title": "穿心莲"
},{
"id": "1000056019",
"title": "百合"
},{
"id": "1000053925",
"title": "黄瓜"
},{
"id": "1000053680",
"title": "秋葵"
},{
"id": "1000055539",
"title": "西红柿"
}],
[{
"id": "1000054113",
"title": "冰鲜海参"
},{
"id": "1000054115",
"title": "冰鲜鲍鱼"
},{
"id": "1000053615",
"title": "扇贝"
},{
"id": "1000053714",
"title": "大闸蟹"
},{
"id": "1000053633",
"title": "中华鲟"
},{
"id": "1000053644",
"title": "红虾L1"
}]
],
stores: [{
id:22785,
title: '肖军水果批发总汇'
},{
id:1044,
title: '哈达毛凤华精品水果'
},{
id:1218,
title: '哈达盛龙精品水果'
},{
id:24307,
title: '哈达蔬菜李雷'
},{
id:23863,
title: '哈达蔬菜广辉'
},{
id:25127,
title: '哈达小帅蔬菜行'
},{
id:25601,
title: '传力鱼行'
},{
id:30139,
title: '胜滨海鲜行'
},{
id:105055,
title: '小内蒙闸蟹行'
}],
markets: [{
'key':'%E5%AF%BF%E5%85%89',
title: '山东寿光地利'
},{
'key':'%E7%89%A1%E4%B8%B9%E6%B1%9F',
title: '牡丹江牡达'
},{
'key':'%E9%BD%90%E9%BD%90%E5%93%88%E5%B0%94',
title: '齐齐哈尔哈达'
},{
'key':'%E6%B2%88%E9%98%B3',
title: '沈阳地利'
},{
'key':'%E8%B4%B5%E9%98%B3',
title: '贵阳地利'
},{
'key':'%E5%9B%9B%E5%B7%9D',
title: '四川聚合'
}]
},
initialize: function() {
this.bindEvents();
this.render();
},
bindEvents: function() {
$(document).on('touchstart', '.m-to-top', function(e) {
e.preventDefault();
$('body').animate({
scrollTop: 0
}, 300);
});
},
getParameterByName: function(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
},
render: function() {
var _this = this,
source = this.getParameterByName('source');
if (source != '' && source.length > 0) {
if (source && source.toLowerCase() == 'wap') {
this.wap = true;
}
}
this.data.wap = this.wap;
$('.m-page').html(_.template($('#contentTpl').html())(this.data));
}
};
Topic.initialize();
});
</script>
</body>
</html>