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
zhangxiaoru
2017-08-14 19:28:52 +0800
Commit
25ac88edf0945a593ca9a26a91828625a50110c5
1 parent
ae5481a4
promise
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/index.js
apps/home/models/index.js
View file @
25ac88e
...
...
@@ -123,7 +123,7 @@ const _getCode = (uid) => {
code
:
200
});
}
else
{
return
{}
;
return
Promise
.
resolve
({})
;
}
};
...
...
Please
register
or
login
to post a comment