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
2017-01-10 18:55:55 +0800
Commit
a92750c96ca97e4a0661690e7b3f343d0a5fa906
1 parent
f62fdfe3
app获取uid的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/promotion.js
apps/activity/controllers/promotion.js
View file @
a92750c
...
...
@@ -70,7 +70,7 @@ exports.school = (req, res, next) => {
exports
.
checkStudent
=
(
req
,
res
,
next
)
=>
{
let
params
=
{
uid
:
req
.
user
.
uid
uid
:
req
.
query
.
uid
||
req
.
user
.
uid
,
};
indexModel
.
checkStudent
(
params
).
then
((
result
)
=>
{
...
...
Please
register
or
login
to post a comment