|
@@ -23,9 +23,8 @@ namespace UI.LuckyBox
|
|
|
public GGraph m_Special_eff;
|
|
|
public GImage m_imgSpecial;
|
|
|
public GGroup m_grpSpecial;
|
|
|
- public GTextField m_txtCount;
|
|
|
public GTextField m_txtOpenServerCount;
|
|
|
- public GTextField m_txtSYJHCount;
|
|
|
+ public GTextField m_txtCount;
|
|
|
public const string URL = "ui://drx9d1usnjmn2p";
|
|
|
public const string PACKAGE_NAME = "LuckyBox";
|
|
|
public const string RES_NAME = "ComBox";
|
|
@@ -89,9 +88,8 @@ namespace UI.LuckyBox
|
|
|
m_Special_eff = (GGraph)comp.GetChild("Special_eff");
|
|
|
m_imgSpecial = (GImage)comp.GetChild("imgSpecial");
|
|
|
m_grpSpecial = (GGroup)comp.GetChild("grpSpecial");
|
|
|
- m_txtCount = (GTextField)comp.GetChild("txtCount");
|
|
|
m_txtOpenServerCount = (GTextField)comp.GetChild("txtOpenServerCount");
|
|
|
- m_txtSYJHCount = (GTextField)comp.GetChild("txtSYJHCount");
|
|
|
+ m_txtCount = (GTextField)comp.GetChild("txtCount");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -115,9 +113,8 @@ namespace UI.LuckyBox
|
|
|
m_Special_eff = null;
|
|
|
m_imgSpecial = null;
|
|
|
m_grpSpecial = null;
|
|
|
- m_txtCount = null;
|
|
|
m_txtOpenServerCount = null;
|
|
|
- m_txtSYJHCount = null;
|
|
|
+ m_txtCount = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|