|
@@ -9,7 +9,6 @@ namespace UI.LuckyBox
|
|
|
public GComponent target;
|
|
|
public Controller m_showActivityType;
|
|
|
public UI_ComModel m_comModel;
|
|
|
- public GLoader m_loaTitle;
|
|
|
public GTextField m_txtTsyTime;
|
|
|
public GTextField m_txtTime;
|
|
|
public GGroup m_grpTime;
|
|
@@ -71,7 +70,6 @@ namespace UI.LuckyBox
|
|
|
{
|
|
|
m_showActivityType = comp.GetController("showActivityType");
|
|
|
m_comModel = (UI_ComModel)UI_ComModel.Create(comp.GetChild("comModel"));
|
|
|
- m_loaTitle = (GLoader)comp.GetChild("loaTitle");
|
|
|
m_txtTsyTime = (GTextField)comp.GetChild("txtTsyTime");
|
|
|
m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
|
m_grpTime = (GGroup)comp.GetChild("grpTime");
|
|
@@ -90,7 +88,6 @@ namespace UI.LuckyBox
|
|
|
m_showActivityType = null;
|
|
|
m_comModel.Dispose();
|
|
|
m_comModel = null;
|
|
|
- m_loaTitle = null;
|
|
|
m_txtTsyTime = null;
|
|
|
m_txtTime = null;
|
|
|
m_grpTime = null;
|