diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index bfe7937a..5179e7bd 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -55,7 +55,7 @@ class UserController extends BaseAuthedController { $this->_addFreeItem(); $userInfo = $this->_getOrmUserInfo(); $this->_setBattleHero($userInfo); - $this->_setV(TN_RANK_STATUS, 0, 1); +// $this->_setV(TN_RANK_STATUS, 0, 1); //初始化芯片页 $chipPageObj = new services\ChipPageService(); $chipPageObj->init();