a面修改

This commit is contained in:
2026-06-01 10:36:42 +08:00
parent 777e484b51
commit 9b2b69dac2
9 changed files with 27 additions and 9 deletions
@@ -8,6 +8,7 @@ namespace FGUI.Pack_16
public partial class pack_panel : GComponent
{
public Controller pay_type;
public Controller gift;
public GTextField text_goldnum;
public GTextField text_refreshnum;
public GTextField text_outnum;
@@ -37,6 +38,7 @@ namespace FGUI.Pack_16
base.ConstructFromXML(xml);
pay_type = GetControllerAt(0);
gift = GetControllerAt(1);
text_goldnum = (GTextField)GetChildAt(9);
text_refreshnum = (GTextField)GetChildAt(10);
text_outnum = (GTextField)GetChildAt(11);
@@ -8,6 +8,7 @@ namespace FGUI.store_17
public partial class com_buygold : GComponent
{
public Controller state;
public Controller gift;
public GTextField ads;
public btn_watchAd2 btn_watch;
public GButton top_gold;
@@ -25,6 +26,7 @@ namespace FGUI.store_17
base.ConstructFromXML(xml);
state = GetControllerAt(0);
gift = GetControllerAt(1);
ads = (GTextField)GetChildAt(8);
btn_watch = (btn_watchAd2)GetChildAt(9);
top_gold = (GButton)GetChildAt(10);