Authored by 李靖

Merge branch 'hotfix/areaOnline' into feature/mip

{
"name": "mars-static",
"private": true,
"version": "1.0.10",
"version": "1.0.11",
"description": "mars-static",
"main": "build.js",
"scripts": {
... ...
... ... @@ -11,7 +11,7 @@ let moreObj = {
},
init: function() {
this.domInit();
this.page = 1;
this.page = $('#currentPage').val() || 1;
this.loading = false;
this.end = false;
this.scroll();
... ...
... ... @@ -11,7 +11,7 @@ let moreObj = {
},
init: function() {
this.domInit();
this.page = 1;
this.page = $('#currentPage').val() || 1;
this.loading = false;
this.end = false;
this.scroll();
... ...