|
@@ -11,6 +11,7 @@ namespace UI.ActivityMain
|
|
|
public GLoader m_icon;
|
|
|
public GButton m_rewardBTn;
|
|
|
public GTextField m_activityTime;
|
|
|
+ public GGroup m_time;
|
|
|
public GLoader m_backBtn;
|
|
|
public GLoader m_viewBtn;
|
|
|
public GLoader m_shopBtn;
|
|
@@ -67,6 +68,7 @@ namespace UI.ActivityMain
|
|
|
m_icon = (GLoader)comp.GetChild("icon");
|
|
|
m_rewardBTn = (GButton)comp.GetChild("rewardBTn");
|
|
|
m_activityTime = (GTextField)comp.GetChild("activityTime");
|
|
|
+ m_time = (GGroup)comp.GetChild("time");
|
|
|
m_backBtn = (GLoader)comp.GetChild("backBtn");
|
|
|
m_viewBtn = (GLoader)comp.GetChild("viewBtn");
|
|
|
m_shopBtn = (GLoader)comp.GetChild("shopBtn");
|
|
@@ -79,6 +81,7 @@ namespace UI.ActivityMain
|
|
|
m_icon = null;
|
|
|
m_rewardBTn = null;
|
|
|
m_activityTime = null;
|
|
|
+ m_time = null;
|
|
|
m_backBtn = null;
|
|
|
m_viewBtn = null;
|
|
|
m_shopBtn = null;
|