From 6d7dce45f16f6090b4beb9ba23f71c2c654c3fbd Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 3 Jul 2023 14:54:41 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();