|
@@ -10,8 +10,8 @@ namespace UI.DailyTask
|
|
public GImage m_bg;
|
|
public GImage m_bg;
|
|
public GList m_listReward;
|
|
public GList m_listReward;
|
|
public GTextField m_txtDesc0;
|
|
public GTextField m_txtDesc0;
|
|
- public GTextField m_txtDesc1;
|
|
|
|
public GLoader m_loaIcon;
|
|
public GLoader m_loaIcon;
|
|
|
|
+ public GTextField m_txtDesc1;
|
|
public GList m_list;
|
|
public GList m_list;
|
|
public UI_Button3 m_btnGetAll;
|
|
public UI_Button3 m_btnGetAll;
|
|
public GComponent m_comValueBar;
|
|
public GComponent m_comValueBar;
|
|
@@ -66,8 +66,8 @@ namespace UI.DailyTask
|
|
m_bg = (GImage)comp.GetChild("bg");
|
|
m_bg = (GImage)comp.GetChild("bg");
|
|
m_listReward = (GList)comp.GetChild("listReward");
|
|
m_listReward = (GList)comp.GetChild("listReward");
|
|
m_txtDesc0 = (GTextField)comp.GetChild("txtDesc0");
|
|
m_txtDesc0 = (GTextField)comp.GetChild("txtDesc0");
|
|
- m_txtDesc1 = (GTextField)comp.GetChild("txtDesc1");
|
|
|
|
m_loaIcon = (GLoader)comp.GetChild("loaIcon");
|
|
m_loaIcon = (GLoader)comp.GetChild("loaIcon");
|
|
|
|
+ m_txtDesc1 = (GTextField)comp.GetChild("txtDesc1");
|
|
m_list = (GList)comp.GetChild("list");
|
|
m_list = (GList)comp.GetChild("list");
|
|
m_btnGetAll = (UI_Button3)UI_Button3.Create(comp.GetChild("btnGetAll"));
|
|
m_btnGetAll = (UI_Button3)UI_Button3.Create(comp.GetChild("btnGetAll"));
|
|
m_comValueBar = (GComponent)comp.GetChild("comValueBar");
|
|
m_comValueBar = (GComponent)comp.GetChild("comValueBar");
|
|
@@ -78,8 +78,8 @@ namespace UI.DailyTask
|
|
m_bg = null;
|
|
m_bg = null;
|
|
m_listReward = null;
|
|
m_listReward = null;
|
|
m_txtDesc0 = null;
|
|
m_txtDesc0 = null;
|
|
- m_txtDesc1 = null;
|
|
|
|
m_loaIcon = null;
|
|
m_loaIcon = null;
|
|
|
|
+ m_txtDesc1 = null;
|
|
m_list = null;
|
|
m_list = null;
|
|
m_btnGetAll.Dispose();
|
|
m_btnGetAll.Dispose();
|
|
m_btnGetAll = null;
|
|
m_btnGetAll = null;
|