|
@@ -14,7 +14,7 @@ namespace UI.LuckyBox
|
|
|
public GButton m_btnBuyOne;
|
|
|
public GButton m_btnBuyTen;
|
|
|
public GButton m_btnBuyFifty;
|
|
|
- public GTextField m_txtRemainTimes;
|
|
|
+ public GRichTextField m_txtRemainTimes;
|
|
|
public GImage m_imgSpecial;
|
|
|
public GGraph m_holder;
|
|
|
public GGroup m_grpSpecial;
|
|
@@ -75,7 +75,7 @@ namespace UI.LuckyBox
|
|
|
m_btnBuyOne = (GButton)comp.GetChild("btnBuyOne");
|
|
|
m_btnBuyTen = (GButton)comp.GetChild("btnBuyTen");
|
|
|
m_btnBuyFifty = (GButton)comp.GetChild("btnBuyFifty");
|
|
|
- m_txtRemainTimes = (GTextField)comp.GetChild("txtRemainTimes");
|
|
|
+ m_txtRemainTimes = (GRichTextField)comp.GetChild("txtRemainTimes");
|
|
|
m_imgSpecial = (GImage)comp.GetChild("imgSpecial");
|
|
|
m_holder = (GGraph)comp.GetChild("holder");
|
|
|
m_grpSpecial = (GGroup)comp.GetChild("grpSpecial");
|