Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lijing
2016-09-14 10:22:14 +0800
Commit
eb3652f8e12fe2e6fd2b298d91c8828f62f5cfd6
1 parent
7199ba2a
逛标签页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/index.js
apps/guang/models/index.js
View file @
eb3652f
...
...
@@ -161,7 +161,7 @@ const _article = (param) => {
const
getArticle
=
(
param
)
=>
{
let
page
=
param
.
page
?
param
.
page
:
1
;
Object
.
assign
(
param
,
{
page
:
page
});
return
api
.
all
([
...
...
Please
register
or
login
to post a comment