fix:更换sdk,修复bug
This commit is contained in:
@@ -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