...
|
...
|
@@ -40,7 +40,7 @@ class UserController extends WebAction |
|
|
'isShowTip' => intval($configInfo['data']['config']['sn']),
|
|
|
'userPersonalInfo' => array(
|
|
|
'subTitle' => '会员信息',
|
|
|
'certified' => $userInfo['is_students'] === 1,
|
|
|
'certified' => $userInfo['is_student'] === 1,
|
|
|
'tipsUrl' => $userInfo['is_students'] === 1 ? Helpers::url('/', '', 'list') : Helpers::url('/product/students'),
|
|
|
'firstBox' => true,
|
|
|
'submitId' => 'base-info',
|
...
|
...
|
|