Authored by 徐炜

Merge remote-tracking branch 'origin/master'

@@ -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));