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_Reward_10
{
public Controller cont_collect;
public Controller cont_white;
public Controller is_gift;
public GButton btn_null;
public GGraph fx_place;
public GTextField text_num;
@@ -30,13 +31,14 @@ namespace FGUI.ZM_Reward_10
cont_collect = GetControllerAt(0);
cont_white = GetControllerAt(1);
is_gift = GetControllerAt(2);
btn_null = (GButton)GetChildAt(0);
fx_place = (GGraph)GetChildAt(3);
text_num = (GTextField)GetChildAt(4);
title1 = (GTextField)GetChildAt(5);
wheel = (GComponent)GetChildAt(6);
btn_multi = (GButton)GetChildAt(7);
btn_collect = (GButton)GetChildAt(8);
fx_place = (GGraph)GetChildAt(4);
text_num = (GTextField)GetChildAt(5);
title1 = (GTextField)GetChildAt(6);
wheel = (GComponent)GetChildAt(7);
btn_multi = (GButton)GetChildAt(8);
btn_collect = (GButton)GetChildAt(9);
t0 = GetTransitionAt(0);
}
}