fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.ZM_Common_01
|
||||
{
|
||||
public partial class btn_head : GButton
|
||||
{
|
||||
public Controller vip;
|
||||
public head head;
|
||||
public const string URL = "ui://o9974uc5emjh5e";
|
||||
|
||||
@@ -19,6 +20,7 @@ namespace FGUI.ZM_Common_01
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
vip = GetControllerAt(0);
|
||||
head = (head)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user