月卡界面修改提交
parent
5f920395c6
commit
545568fa46
|
@ -27,7 +27,7 @@ function MonthCardPage:InitComponent()
|
|||
self.grid = Util.GetGameObject(self.gameObject, "grid")
|
||||
self.cardPres = {}
|
||||
self.timerList = {}
|
||||
for i= 1 ,self.grid.transform.childCount do
|
||||
for i= 1 ,3 do
|
||||
self.cardPres[i] = {}
|
||||
self.cardPres[i].go = self.grid.transform:GetChild(i - 1).gameObject
|
||||
self.cardPres[i].month = Util.GetGameObject(self.cardPres[i].go, "small")
|
||||
|
|
Loading…
Reference in New Issue