|
@@ -13,7 +13,6 @@ namespace UI.Store
|
|
public GTextField m_txtTips;
|
|
public GTextField m_txtTips;
|
|
public GGroup m_grpTips;
|
|
public GGroup m_grpTips;
|
|
public GButton m_btnRule;
|
|
public GButton m_btnRule;
|
|
- public GTextField m_txtTipsFull;
|
|
|
|
public const string URL = "ui://p9mtgheohhx91r";
|
|
public const string URL = "ui://p9mtgheohhx91r";
|
|
public const string PACKAGE_NAME = "Store";
|
|
public const string PACKAGE_NAME = "Store";
|
|
public const string RES_NAME = "ComVipLv";
|
|
public const string RES_NAME = "ComVipLv";
|
|
@@ -67,7 +66,6 @@ namespace UI.Store
|
|
m_txtTips = (GTextField)comp.GetChild("txtTips");
|
|
m_txtTips = (GTextField)comp.GetChild("txtTips");
|
|
m_grpTips = (GGroup)comp.GetChild("grpTips");
|
|
m_grpTips = (GGroup)comp.GetChild("grpTips");
|
|
m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
m_btnRule = (GButton)comp.GetChild("btnRule");
|
|
- m_txtTipsFull = (GTextField)comp.GetChild("txtTipsFull");
|
|
|
|
}
|
|
}
|
|
public void Dispose(bool disposeTarget = false)
|
|
public void Dispose(bool disposeTarget = false)
|
|
{
|
|
{
|
|
@@ -78,7 +76,6 @@ namespace UI.Store
|
|
m_txtTips = null;
|
|
m_txtTips = null;
|
|
m_grpTips = null;
|
|
m_grpTips = null;
|
|
m_btnRule = null;
|
|
m_btnRule = null;
|
|
- m_txtTipsFull = null;
|
|
|
|
if(disposeTarget && target != null)
|
|
if(disposeTarget && target != null)
|
|
{
|
|
{
|
|
target.RemoveFromParent();
|
|
target.RemoveFromParent();
|