This commit is contained in:
hujiabin 2023-07-03 14:54:41 +08:00
parent 08721bf68d
commit 6d7dce45f1

View File

@ -55,7 +55,7 @@ class UserController extends BaseAuthedController {
$this->_addFreeItem(); $this->_addFreeItem();
$userInfo = $this->_getOrmUserInfo(); $userInfo = $this->_getOrmUserInfo();
$this->_setBattleHero($userInfo); $this->_setBattleHero($userInfo);
$this->_setV(TN_RANK_STATUS, 0, 1); // $this->_setV(TN_RANK_STATUS, 0, 1);
//初始化芯片页 //初始化芯片页
$chipPageObj = new services\ChipPageService(); $chipPageObj = new services\ChipPageService();
$chipPageObj->init(); $chipPageObj->init();