Authored by 李靖

数据重复

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