累计充值修改

jiaoyangna 2020-11-04 04:05:20 +08:00
parent 43702ee6ca
commit 2d7197298e
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ function ExpertPanel:RefreshActivityShow()
if tempId then
local config = ConfigManager.GetConfigData(ConfigName.GlobalActivity,tempId)
if config.ShowArt == 1 then
tabBtns[7]:SetActive(context.status == 1)
tabBtns[7]:SetActive(true)
else
tabBtns[7]:SetActive(false)
end