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