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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -21,6 +21,7 @@ namespace FGUI.ZM_Game_04
|
||||
public GButton btn_vip;
|
||||
public GButton btn_album;
|
||||
public GButton btn_chat;
|
||||
public GButton btn_wv;
|
||||
public GGroup group_;
|
||||
public GComponent slot;
|
||||
public GGraph out_parent;
|
||||
@@ -30,7 +31,6 @@ namespace FGUI.ZM_Game_04
|
||||
public btn_prop btn_remove;
|
||||
public btn_prop btn_refresh;
|
||||
public btn_look_ad btn_look_ad;
|
||||
public GButton btn_wv;
|
||||
public const string URL = "ui://g3iqdlgcopwgw";
|
||||
|
||||
public static com_game CreateInstance()
|
||||
@@ -56,16 +56,16 @@ namespace FGUI.ZM_Game_04
|
||||
btn_vip = (GButton)GetChildAt(10);
|
||||
btn_album = (GButton)GetChildAt(11);
|
||||
btn_chat = (GButton)GetChildAt(12);
|
||||
group_ = (GGroup)GetChildAt(14);
|
||||
slot = (GComponent)GetChildAt(15);
|
||||
out_parent = (GGraph)GetChildAt(16);
|
||||
btn_secret = (GButton)GetChildAt(17);
|
||||
btn_add = (btn_add)GetChildAt(18);
|
||||
btn_back = (btn_prop)GetChildAt(19);
|
||||
btn_remove = (btn_prop)GetChildAt(20);
|
||||
btn_refresh = (btn_prop)GetChildAt(21);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(22);
|
||||
btn_wv = (GButton)GetChildAt(23);
|
||||
btn_wv = (GButton)GetChildAt(13);
|
||||
group_ = (GGroup)GetChildAt(15);
|
||||
slot = (GComponent)GetChildAt(16);
|
||||
out_parent = (GGraph)GetChildAt(17);
|
||||
btn_secret = (GButton)GetChildAt(18);
|
||||
btn_add = (btn_add)GetChildAt(19);
|
||||
btn_back = (btn_prop)GetChildAt(20);
|
||||
btn_remove = (btn_prop)GetChildAt(21);
|
||||
btn_refresh = (btn_prop)GetChildAt(22);
|
||||
btn_look_ad = (btn_look_ad)GetChildAt(23);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,9 @@ namespace FGUI.ZM_store_17
|
||||
public partial class buygold_item : GComponent
|
||||
{
|
||||
public Controller index;
|
||||
public GTextField off_text;
|
||||
public GTextField content_text;
|
||||
public GGroup discount;
|
||||
public GTextField coin_text;
|
||||
public btn_buy btn_buy;
|
||||
public GTextField text_ads;
|
||||
@@ -23,9 +26,12 @@ namespace FGUI.ZM_store_17
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
index = GetControllerAt(0);
|
||||
coin_text = (GTextField)GetChildAt(1);
|
||||
btn_buy = (btn_buy)GetChildAt(3);
|
||||
text_ads = (GTextField)GetChildAt(4);
|
||||
off_text = (GTextField)GetChildAt(2);
|
||||
content_text = (GTextField)GetChildAt(3);
|
||||
discount = (GGroup)GetChildAt(4);
|
||||
coin_text = (GTextField)GetChildAt(5);
|
||||
btn_buy = (btn_buy)GetChildAt(7);
|
||||
text_ads = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user