Authored by lijing

没有更多异常

@@ -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}}
@@ -13,7 +13,6 @@ @@ -13,7 +13,6 @@
13 <div class="swiper-pagination"></div> 13 <div class="swiper-pagination"></div>
14 </div> 14 </div>
15 {{/if}} 15 {{/if}}
16 -  
17 {{# infos}} 16 {{# infos}}
18 {{> index/info}} 17 {{> index/info}}
19 {{/ infos}} 18 {{/ infos}}
@@ -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