This commit is contained in:
edy
2026-07-08 17:47:04 +08:00
parent 8ab9226e89
commit 24bd71052e
13 changed files with 30892 additions and 39577 deletions
+4 -4
View File
@@ -108,10 +108,10 @@ public class LoginSystem : BaseSystem
BrigdeIOS.showGameA(true);
#else
AppDispatcher.Instance.Dispatch(CsjInfoC.Show_uid);
DOVirtual.DelayedCall(2, () =>
{
BrigdeIOS.showGameA(true);
});
// DOVirtual.DelayedCall(2, () =>
// {
// BrigdeIOS.showGameA(true);
// });
#endif
return;
}