fix:1、修复bug

This commit is contained in:
2026-05-27 09:32:33 +08:00
parent 5f68fe42c1
commit d4f6b82209
27 changed files with 388 additions and 379 deletions
@@ -25,9 +25,9 @@ namespace FGUI.ZM_Pass_14
type = GetControllerAt(0);
state = GetControllerAt(1);
item_loader = (GLoader)GetChildAt(3);
number_text = (GTextField)GetChildAt(4);
btn_claim = (GButton)GetChildAt(5);
item_loader = (GLoader)GetChildAt(2);
number_text = (GTextField)GetChildAt(3);
btn_claim = (GButton)GetChildAt(4);
}
}
}