|
@@ -25,7 +25,6 @@ namespace UI.RoleInfo
|
|
|
public UI_Button19 m_btnLogout;
|
|
|
public UI_Button20 m_btnGiftCode;
|
|
|
public GButton m_btnExchange;
|
|
|
- public Transition m_changePageType;
|
|
|
public Transition m_suit;
|
|
|
public const string URL = "ui://374k3dwvr9ri1";
|
|
|
public const string PACKAGE_NAME = "RoleInfo";
|
|
@@ -92,7 +91,6 @@ namespace UI.RoleInfo
|
|
|
m_btnLogout = (UI_Button19)UI_Button19.Create(comp.GetChild("btnLogout"));
|
|
|
m_btnGiftCode = (UI_Button20)UI_Button20.Create(comp.GetChild("btnGiftCode"));
|
|
|
m_btnExchange = (GButton)comp.GetChild("btnExchange");
|
|
|
- m_changePageType = comp.GetTransition("changePageType");
|
|
|
m_suit = comp.GetTransition("suit");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
@@ -120,7 +118,6 @@ namespace UI.RoleInfo
|
|
|
m_btnGiftCode.Dispose();
|
|
|
m_btnGiftCode = null;
|
|
|
m_btnExchange = null;
|
|
|
- m_changePageType = null;
|
|
|
m_suit = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|