bingo b面修改
This commit is contained in:
@@ -10,12 +10,12 @@ namespace FGUI.JMain
|
||||
public Controller state;
|
||||
public GGraph spine_parent;
|
||||
public GButton btn_getreward;
|
||||
public GTextField end_point;
|
||||
public GTextField txt_title;
|
||||
public GButton closeButton;
|
||||
public GImage img_gold;
|
||||
public GTextField text_num;
|
||||
public GTextField title0;
|
||||
public GButton btn_close;
|
||||
public GImage img_cash;
|
||||
public GButton btn_get;
|
||||
public GTextField end_point;
|
||||
public const string URL = "ui://qw9x6rf3ngxz38";
|
||||
|
||||
public static com_firstreward CreateInstance()
|
||||
@@ -30,12 +30,12 @@ namespace FGUI.JMain
|
||||
state = GetControllerAt(0);
|
||||
spine_parent = (GGraph)GetChildAt(0);
|
||||
btn_getreward = (GButton)GetChildAt(1);
|
||||
end_point = (GTextField)GetChildAt(2);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
title0 = (GTextField)GetChildAt(5);
|
||||
btn_close = (GButton)GetChildAt(6);
|
||||
img_cash = (GImage)GetChildAt(7);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
img_gold = (GImage)GetChildAt(6);
|
||||
text_num = (GTextField)GetChildAt(7);
|
||||
btn_get = (GButton)GetChildAt(8);
|
||||
end_point = (GTextField)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user