onlineGiftts = 1; } public function __construct($arg = null) { if ($arg == null) { $this->skillLockerNumber = glc()->Skill_LockBtn_InitCount; # 初始值 $this->onlineGiftts = 1; } else { parent::__construct($arg); if ($this->skillLockerNumber < glc()->Skill_LockBtn_InitCount) { $this->skillLockerNumber = glc()->Skill_LockBtn_InitCount; # 初始值 } } } }