Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-21 21:20:01 +0800
Commit
02504d36c734f684d185a4df11352ddd472d8a86
2 parents
68ff030f
38e4394f
Merge branch 'release/4.6'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/star.js
apps/guang/models/star.js
View file @
02504d3
...
...
@@ -253,7 +253,7 @@ const getCollocationListData = (params, uid) => {
const
setFavorite
=
(
params
,
uid
)
=>
{
if
(
!
uid
)
{
return
Promise
.
resolve
({
code
:
40
1
,
code
:
40
0
,
message
:
'未登录'
});
}
...
...
Please
register
or
login
to post a comment