修改bug
This commit is contained in:
@@ -9,8 +9,8 @@ namespace FGUI.bkg_jilu
|
||||
{
|
||||
public GTextField name;
|
||||
public GTextField lab_claim;
|
||||
public GTextField time;
|
||||
public GRichTextField num;
|
||||
public GTextField time;
|
||||
public const string URL = "ui://u5bqcwhxf6p04";
|
||||
|
||||
public static com_record_item CreateInstance()
|
||||
@@ -24,8 +24,8 @@ namespace FGUI.bkg_jilu
|
||||
|
||||
name = (GTextField)GetChildAt(2);
|
||||
lab_claim = (GTextField)GetChildAt(3);
|
||||
time = (GTextField)GetChildAt(4);
|
||||
num = (GRichTextField)GetChildAt(5);
|
||||
num = (GRichTextField)GetChildAt(4);
|
||||
time = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user