【竞技场】查看玩家信息报错

dev_chengFeng
gaoxin 2021-11-22 16:06:52 +08:00
parent 7722ede726
commit e800f29b33
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ function this.RefreshBtnShow()
this.btnBox:SetActive(true)
-- 按钮功能
local btnType = this._Config.btnType
local btnType = this._Config.btnType or {}
for index, btn in ipairs(this.btnList) do
btn:SetActive(btnType[index] ~= nil)
if btnType[index] then