【竞技场】查看玩家信息报错
parent
7722ede726
commit
e800f29b33
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue