|
@@ -65,7 +65,8 @@ class IndexController extends WebAction |
|
@@ -65,7 +65,8 @@ class IndexController extends WebAction |
65
|
'userThumb' => UserModel::getUserHeadImg($uid),
|
65
|
'userThumb' => UserModel::getUserHeadImg($uid),
|
66
|
'homeNav' => $leftNav,
|
66
|
'homeNav' => $leftNav,
|
67
|
'cancelReason' => $cancelReason,
|
67
|
'cancelReason' => $cancelReason,
|
68
|
- 'certifiedName' => $useInfo['is_student'] ? '学生身份已验证' : '身份验证',
|
68
|
+ // 学生入口关闭,不展示学生身份认证信息
|
|
|
69
|
+ 'certifiedName' => UserModel::getStudentEntryStatus() ? false : ($useInfo['is_student'] ? '学生身份已验证' : '身份验证'),
|
69
|
'certifiedUrl' => Helpers::url('/product/students/'),
|
70
|
'certifiedUrl' => Helpers::url('/product/students/'),
|
70
|
'content' => array(
|
71
|
'content' => array(
|
71
|
array(
|
72
|
array(
|