Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-06-25 16:36:42 +0800
Commit
d97799262dab78b1855eb9dd633394b7d5bc8222
1 parent
a7f7941c
add topic list params
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
apps/store/article/actions.js
config/api-map/topic.js
apps/store/article/actions.js
View file @
d977992
...
...
@@ -377,6 +377,7 @@ export default {
const
result
=
await
this
.
$api
.
post
(
'/api/grass/getGrassTopicList'
,
{
page
,
limit
:
limit
||
10
,
filter
:
'Y'
,
lastedTime
:
state
.
fetchTopicLastedTime
||
void
0
});
...
...
config/api-map/topic.js
View file @
d977992
...
...
@@ -22,6 +22,7 @@ module.exports = {
params
:
{
page
:
{
type
:
Number
,
require
:
true
},
limit
:
{
type
:
Number
},
filter
:
{
type
:
String
},
lastedTime
:
{
type
:
Number
}
}
}
...
...
Please
register
or
login
to post a comment