From e800f29b334f3efb6ccd988e0437e56899816d78 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 22 Nov 2021 16:06:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=AB=9E=E6=8A=80=E5=9C=BA=E3=80=91?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=8E=A9=E5=AE=B6=E4=BF=A1=E6=81=AF=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua index 94b08b8f31..779d452250 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua @@ -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