fix:1、同步ios修复的bug

This commit is contained in:
2026-07-01 10:26:18 +08:00
parent 6ff428bdf2
commit af7617c352
1080 changed files with 2059 additions and 484310 deletions
@@ -34,13 +34,13 @@ namespace FGUI.Reward_10
cont_white = GetControllerAt(1);
state = GetControllerAt(2);
gift = GetControllerAt(3);
fx_place = (GGraph)GetChildAt(4);
text_num = (GTextField)GetChildAt(5);
loader_icon0 = (GLoader)GetChildAt(7);
text_num1 = (GTextField)GetChildAt(8);
wheel = (GComponent)GetChildAt(9);
btn_multi = (GButton)GetChildAt(10);
btn_collect = (GButton)GetChildAt(11);
fx_place = (GGraph)GetChildAt(3);
text_num = (GTextField)GetChildAt(4);
loader_icon0 = (GLoader)GetChildAt(6);
text_num1 = (GTextField)GetChildAt(7);
wheel = (GComponent)GetChildAt(8);
btn_multi = (GButton)GetChildAt(9);
btn_collect = (GButton)GetChildAt(10);
t0 = GetTransitionAt(0);
}
}