Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
mars-static
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
李靖
2018-01-30 15:16:44 +0800
Commit
ce8c664fcda0f2ccfe3a3dc0df8c7a88b510c852
2 parents
e2d56fd6
564c5ca6
Merge branch 'hotfix/areaOnline' into feature/mip
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
package.json
src/js/area/more-area.js
src/js/area/more-list.js
package.json
View file @
ce8c664
{
"name"
:
"mars-static"
,
"private"
:
true
,
"version"
:
"1.0.1
0
"
,
"version"
:
"1.0.1
1
"
,
"description"
:
"mars-static"
,
"main"
:
"build.js"
,
"scripts"
:
{
...
...
src/js/area/more-area.js
View file @
ce8c664
...
...
@@ -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
();
...
...
src/js/area/more-list.js
View file @
ce8c664
...
...
@@ -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
();
...
...
Please
register
or
login
to post a comment