Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
4 changed files
with
4 additions
and
3 deletions
framework @ 119c247f
@@ -80,7 +80,7 @@ function search() { | @@ -80,7 +80,7 @@ function search() { | ||
80 | }, | 80 | }, |
81 | success: function(data) { | 81 | success: function(data) { |
82 | if (data === ' ') { | 82 | if (data === ' ') { |
83 | - loading = true; | 83 | + loading = false; |
84 | if (gender) { | 84 | if (gender) { |
85 | if (gender === '1,3') { | 85 | if (gender === '1,3') { |
86 | url = '/boys/bottomBanner'; | 86 | url = '/boys/bottomBanner'; |
@@ -225,8 +225,8 @@ function search(opt) { | @@ -225,8 +225,8 @@ function search(opt) { | ||
225 | } | 225 | } |
226 | 226 | ||
227 | if (data === ' ') { | 227 | if (data === ' ') { |
228 | + searching = false; | ||
228 | nav.end = true; | 229 | nav.end = true; |
229 | - | ||
230 | if (nav.reload) { | 230 | if (nav.reload) { |
231 | $container.html(noResult); | 231 | $container.html(noResult); |
232 | } | 232 | } |
-
Please register or login to post a comment