修改bug
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FGUI.tixian
|
||||
public GTextField text_task_title;
|
||||
public GTextField text_ads;
|
||||
public GTextField text_task;
|
||||
public GTextField text_payer;
|
||||
public GRichTextField text_payer;
|
||||
public const string URL = "ui://jwedp6jyes171x";
|
||||
|
||||
public static com_task CreateInstance()
|
||||
@@ -29,7 +29,7 @@ namespace FGUI.tixian
|
||||
text_task_title = (GTextField)GetChildAt(5);
|
||||
text_ads = (GTextField)GetChildAt(6);
|
||||
text_task = (GTextField)GetChildAt(7);
|
||||
text_payer = (GTextField)GetChildAt(16);
|
||||
text_payer = (GRichTextField)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user