|
@@ -22,7 +22,7 @@ namespace UI.Store
|
|
public GTextField m_txtTime;
|
|
public GTextField m_txtTime;
|
|
public GButton m_btnGet;
|
|
public GButton m_btnGet;
|
|
public GTextField m_txtGiftBag;
|
|
public GTextField m_txtGiftBag;
|
|
- public GList m_list;
|
|
|
|
|
|
+ public UI_StoreMonthList m_storeMonthList;
|
|
public GButton m_btnBlackReward;
|
|
public GButton m_btnBlackReward;
|
|
public GGraph m_holderfEff;
|
|
public GGraph m_holderfEff;
|
|
public const string URL = "ui://p9mtgheoqik1tc0";
|
|
public const string URL = "ui://p9mtgheoqik1tc0";
|
|
@@ -87,7 +87,7 @@ namespace UI.Store
|
|
m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
m_txtTime = (GTextField)comp.GetChild("txtTime");
|
|
m_btnGet = (GButton)comp.GetChild("btnGet");
|
|
m_btnGet = (GButton)comp.GetChild("btnGet");
|
|
m_txtGiftBag = (GTextField)comp.GetChild("txtGiftBag");
|
|
m_txtGiftBag = (GTextField)comp.GetChild("txtGiftBag");
|
|
- m_list = (GList)comp.GetChild("list");
|
|
|
|
|
|
+ m_storeMonthList = (UI_StoreMonthList)UI_StoreMonthList.Create(comp.GetChild("storeMonthList"));
|
|
m_btnBlackReward = (GButton)comp.GetChild("btnBlackReward");
|
|
m_btnBlackReward = (GButton)comp.GetChild("btnBlackReward");
|
|
m_holderfEff = (GGraph)comp.GetChild("holderfEff");
|
|
m_holderfEff = (GGraph)comp.GetChild("holderfEff");
|
|
}
|
|
}
|
|
@@ -109,7 +109,8 @@ namespace UI.Store
|
|
m_txtTime = null;
|
|
m_txtTime = null;
|
|
m_btnGet = null;
|
|
m_btnGet = null;
|
|
m_txtGiftBag = null;
|
|
m_txtGiftBag = null;
|
|
- m_list = null;
|
|
|
|
|
|
+ m_storeMonthList.Dispose();
|
|
|
|
+ m_storeMonthList = null;
|
|
m_btnBlackReward = null;
|
|
m_btnBlackReward = null;
|
|
m_holderfEff = null;
|
|
m_holderfEff = null;
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|