bingo b面修改
This commit is contained in:
@@ -8,8 +8,7 @@ namespace FGUI.JMall
|
||||
public partial class com_mall_carditem : GComponent
|
||||
{
|
||||
public GTextField text_count;
|
||||
public GTextField text_number;
|
||||
public GButton btn_redeem;
|
||||
public btn_redeem_coin btn_redeem_coin;
|
||||
public const string URL = "ui://wj1zvor9x6ybb";
|
||||
|
||||
public static com_mall_carditem CreateInstance()
|
||||
@@ -21,9 +20,8 @@ namespace FGUI.JMall
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
text_count = (GTextField)GetChildAt(3);
|
||||
text_number = (GTextField)GetChildAt(5);
|
||||
btn_redeem = (GButton)GetChildAt(6);
|
||||
text_count = (GTextField)GetChildAt(2);
|
||||
btn_redeem_coin = (btn_redeem_coin)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user