Showing
1 changed file
with
2 additions
and
2 deletions
@@ -11,7 +11,7 @@ var iscroll = require('./outlet/nav'); | @@ -11,7 +11,7 @@ var iscroll = require('./outlet/nav'); | ||
11 | 11 | ||
12 | lazyLoad($('img.lazy')); | 12 | lazyLoad($('img.lazy')); |
13 | 13 | ||
14 | - | 14 | +/** |
15 | // 搜索条件初始化 | 15 | // 搜索条件初始化 |
16 | function searchInitParam(dom) { | 16 | function searchInitParam(dom) { |
17 | var href = dom.attr('href'), | 17 | var href = dom.attr('href'), |
@@ -106,4 +106,4 @@ $('.more-activity').click(function() { | @@ -106,4 +106,4 @@ $('.more-activity').click(function() { | ||
106 | $(e).show(); | 106 | $(e).show(); |
107 | } | 107 | } |
108 | }); | 108 | }); |
109 | -}); | 109 | +});**/ |
-
Please register or login to post a comment