fix:1、修复bug。2、删除json表,改为配置加载
This commit is contained in:
@@ -8,7 +8,7 @@ namespace FGUI.Privacy_24
|
||||
public partial class com_privacy : GComponent
|
||||
{
|
||||
public Controller show;
|
||||
public GButton btn_close;
|
||||
public GButton btn_back;
|
||||
public GList text_list;
|
||||
public GTextField text_tips;
|
||||
public GTextField title;
|
||||
@@ -24,10 +24,10 @@ namespace FGUI.Privacy_24
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
show = GetControllerAt(0);
|
||||
btn_close = (GButton)GetChildAt(2);
|
||||
text_list = (GList)GetChildAt(3);
|
||||
text_tips = (GTextField)GetChildAt(4);
|
||||
title = (GTextField)GetChildAt(5);
|
||||
btn_back = (GButton)GetChildAt(1);
|
||||
text_list = (GList)GetChildAt(2);
|
||||
text_tips = (GTextField)GetChildAt(3);
|
||||
title = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user