Authored by weiqingting

format

... ... @@ -291,7 +291,7 @@ exports.register = (req, res, next) => {
}
Promise.all([verifiedStudentTotal(), getEducationLevelList()]).then((arr) => {
if (req.__USER__.isStudent) {
refer = '/activity/student?uid='+req.__USER__.uid;// 所有认证过的,都跳转学生首页
refer = '/activity/student?uid=' + req.__USER__.uid;// 所有认证过的,都跳转学生首页
res.redirect(helpers.urlFormat(refer));
... ...