Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -291,7 +291,7 @@ exports.register = (req, res, next) => { | @@ -291,7 +291,7 @@ exports.register = (req, res, next) => { | ||
291 | } | 291 | } |
292 | Promise.all([verifiedStudentTotal(), getEducationLevelList()]).then((arr) => { | 292 | Promise.all([verifiedStudentTotal(), getEducationLevelList()]).then((arr) => { |
293 | if (req.__USER__.isStudent) { | 293 | if (req.__USER__.isStudent) { |
294 | - refer = '/activity/student?uid='+req.__USER__.uid;// 所有认证过的,都跳转学生首页 | 294 | + refer = '/activity/student?uid=' + req.__USER__.uid;// 所有认证过的,都跳转学生首页 |
295 | 295 | ||
296 | 296 | ||
297 | res.redirect(helpers.urlFormat(refer)); | 297 | res.redirect(helpers.urlFormat(refer)); |
-
Please register or login to post a comment