|
@@ -23,6 +23,7 @@ namespace UI.LuckyBox
|
|
|
public GTextField m_txtCount;
|
|
|
public GTextField m_txtHasTime;
|
|
|
public GGroup m_grpActivityTips;
|
|
|
+ public GLoader m_ImgUp;
|
|
|
public const string URL = "ui://drx9d1usduuftcr";
|
|
|
public const string PACKAGE_NAME = "LuckyBox";
|
|
|
public const string RES_NAME = "ComBox1";
|
|
@@ -86,6 +87,7 @@ namespace UI.LuckyBox
|
|
|
m_txtCount = (GTextField)comp.GetChild("txtCount");
|
|
|
m_txtHasTime = (GTextField)comp.GetChild("txtHasTime");
|
|
|
m_grpActivityTips = (GGroup)comp.GetChild("grpActivityTips");
|
|
|
+ m_ImgUp = (GLoader)comp.GetChild("ImgUp");
|
|
|
}
|
|
|
public void Dispose(bool disposeTarget = false)
|
|
|
{
|
|
@@ -108,6 +110,7 @@ namespace UI.LuckyBox
|
|
|
m_txtCount = null;
|
|
|
m_txtHasTime = null;
|
|
|
m_grpActivityTips = null;
|
|
|
+ m_ImgUp = null;
|
|
|
if(disposeTarget && target != null)
|
|
|
{
|
|
|
target.RemoveFromParent();
|