主界面提交
parent
ca3bcb612d
commit
9f1f204588
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 42 KiB |
|
@ -657,6 +657,7 @@ function this.CreatActivity()
|
|||
if not activityTabs[k] then
|
||||
activityTabs[k] = {}
|
||||
activityTabs[k].go = newObjToParent(this.activityTabPrefab,this.RightUp)
|
||||
activityTabs[k].go.gameObject.name = "tab"..v.Id
|
||||
activityTabs[k].img = Util.GetGameObject(activityTabs[k].go, "icon"):GetComponent("Image")
|
||||
activityTabs[k].timeImg = Util.GetGameObject(activityTabs[k].go, "Image_1")
|
||||
activityTabs[k].timeText = Util.GetGameObject(activityTabs[k].timeImg, "time"):GetComponent("Text")
|
||||
|
|
Loading…
Reference in New Issue