tcx_xiyou_yueNan
zhangjiannan 2025-04-01 13:56:35 +08:00
parent f36a24498b
commit 0817c62e80
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ function FestevalPanel:RefreshSingleData(obj, data)
obj.redpoint.gameObject:SetActive(false)
obj.itemview.frameBtn:GetComponent("Button").enabled = true
if obj.data.state == 0 then
if self.curDay >= config.Values[1][1] then
if self.curDay > config.Values[1][1] then
obj.redpoint.gameObject:SetActive(true)
obj.select.gameObject:SetActive(true)
obj.itemview.frameBtn:GetComponent("Button").enabled = false