提交
This commit is contained in:
@@ -97,11 +97,19 @@ public class LoginSystem : BaseSystem
|
||||
{
|
||||
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
||||
}
|
||||
PlayerPrefs.SetInt("is_gift", 1);
|
||||
PlayerPrefs.SetInt("is_gift", 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
#if BingoBrainRelease
|
||||
BrigdeIOS.showGameA(true);
|
||||
#else
|
||||
AppDispatcher.Instance.Dispatch(CsjInfoC.Show_uid);
|
||||
DOVirtual.DelayedCall(2, () =>
|
||||
{
|
||||
BrigdeIOS.showGameA(true);
|
||||
});
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
loginModel.preferences = new Preferences();
|
||||
|
||||
Reference in New Issue
Block a user