修改bug

This commit is contained in:
2026-07-16 16:09:09 +08:00
parent 67b3dc1e31
commit cc161eed88
8 changed files with 47 additions and 22 deletions
+8 -8
View File
@@ -130,15 +130,15 @@ public class ShowScrews : MonoBehaviour, ICanvasRaycastFilter
errorBtn.gameObject.SetActive(false);
#if !JarvisRelease
errorBtn.gameObject.SetActive(true);
if (errorBtn == null) return;
// #if !JarvisRelease
// errorBtn.gameObject.SetActive(true);
// if (errorBtn == null) return;
errorBtn.onClick.AddListener(() =>
{
GameHelper.SendErrorToServer("TestError 001", LogType.Error.ToString());
});
#endif
// errorBtn.onClick.AddListener(() =>
// {
// GameHelper.SendErrorToServer("TestError 001", LogType.Error.ToString());
// });
// #endif
}