Authored by 李靖

数据重复

@@ -22,7 +22,7 @@ class ActController extends Controller { @@ -22,7 +22,7 @@ class ActController extends Controller {
22 lazyLoad($('img.lazy')); 22 lazyLoad($('img.lazy'));
23 this.more = new GetMore(); 23 this.more = new GetMore();
24 this.more.on('more', this.doMore.bind(this)); 24 this.more.on('more', this.doMore.bind(this));
25 - this.page = 1; 25 + this.page = 5;
26 this.loading = false; 26 this.loading = false;
27 global.jQuery = $; 27 global.jQuery = $;
28 } 28 }