tcx_xiyou_yueNan
parent
f36a24498b
commit
0817c62e80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue