fix:1、bug修复。

Signed-off-by: barry <barry@gmail.com>
This commit is contained in:
2026-07-14 09:28:01 +08:00
parent 7deaa15511
commit 4187297e82
24 changed files with 343 additions and 296 deletions
@@ -9,6 +9,7 @@ namespace FGUI.ZM_Sign_06
{
public Controller day;
public Controller state;
public Controller is_gift;
public GTextField reward_num;
public Transition t0;
public const string URL = "ui://8ihaqs6isebxc";
@@ -24,7 +25,8 @@ namespace FGUI.ZM_Sign_06
day = GetControllerAt(0);
state = GetControllerAt(1);
reward_num = (GTextField)GetChildAt(5);
is_gift = GetControllerAt(2);
reward_num = (GTextField)GetChildAt(6);
t0 = GetTransitionAt(0);
}
}