Showing
4 changed files
with
3 additions
and
4 deletions
@@ -288,7 +288,7 @@ const getTagEditor = (param) => { | @@ -288,7 +288,7 @@ const getTagEditor = (param) => { | ||
288 | 288 | ||
289 | if (resu.guang.isApp === 1) { | 289 | if (resu.guang.isApp === 1) { |
290 | apv = '&app_version=1'; | 290 | apv = '&app_version=1'; |
291 | - } | 291 | + } |
292 | 292 | ||
293 | infoList.forEach(val => { | 293 | infoList.forEach(val => { |
294 | val.url = val.url + apv; | 294 | val.url = val.url + apv; |
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | <div class="loading status hide"> | 22 | <div class="loading status hide"> |
23 | 正在加载... | 23 | 正在加载... |
24 | </div> | 24 | </div> |
25 | - <span class="no-more status">没有更多啦</span> | 25 | + <span class="no-more status hide">没有更多啦</span> |
26 | </div> | 26 | </div> |
27 | 27 | ||
28 | {{#if tag}} | 28 | {{#if tag}} |
@@ -215,7 +215,7 @@ function loadMore($container, opt, url) { | @@ -215,7 +215,7 @@ function loadMore($container, opt, url) { | ||
215 | success: function(data) { | 215 | success: function(data) { |
216 | var $newItems; | 216 | var $newItems; |
217 | 217 | ||
218 | - if (data === ' ') { | 218 | + if (data === '') { |
219 | opt.end = true; | 219 | opt.end = true; |
220 | searching = false; | 220 | searching = false; |
221 | 221 |
-
Please register or login to post a comment