fix:更换sdk,修复bug
This commit is contained in:
@@ -24,6 +24,7 @@ namespace FGUI.LG_LuckyGift
|
||||
public GTextField text_goldnum2;
|
||||
public GTextField text_time;
|
||||
public GButton btn_buyremovead;
|
||||
public GButton btn_buyremovead1;
|
||||
public GTextField tips2;
|
||||
public GGroup ad_panel;
|
||||
public GTextField ads;
|
||||
@@ -60,14 +61,15 @@ namespace FGUI.LG_LuckyGift
|
||||
text_goldnum2 = (GTextField)GetChildAt(27);
|
||||
text_time = (GTextField)GetChildAt(28);
|
||||
btn_buyremovead = (GButton)GetChildAt(29);
|
||||
tips2 = (GTextField)GetChildAt(30);
|
||||
ad_panel = (GGroup)GetChildAt(33);
|
||||
ads = (GTextField)GetChildAt(34);
|
||||
btn_max_pack = (GButton)GetChildAt(35);
|
||||
btn_go_ad = (GButton)GetChildAt(36);
|
||||
btn_go_lucky = (GButton)GetChildAt(37);
|
||||
btn_max_remove = (GButton)GetChildAt(38);
|
||||
gold = (GButton)GetChildAt(39);
|
||||
btn_buyremovead1 = (GButton)GetChildAt(30);
|
||||
tips2 = (GTextField)GetChildAt(31);
|
||||
ad_panel = (GGroup)GetChildAt(34);
|
||||
ads = (GTextField)GetChildAt(35);
|
||||
btn_max_pack = (GButton)GetChildAt(36);
|
||||
btn_go_ad = (GButton)GetChildAt(37);
|
||||
btn_go_lucky = (GButton)GetChildAt(38);
|
||||
btn_max_remove = (GButton)GetChildAt(39);
|
||||
gold = (GButton)GetChildAt(40);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user