提交
This commit is contained in:
@@ -59,4 +59,5 @@ public static class CsjInfoC
|
||||
public static readonly uint WorldRaycast_EnableChange = ++Cursor_BASE;
|
||||
|
||||
public static readonly uint LoginInit = ++Cursor_BASE;
|
||||
public static readonly uint Show_uid = ++Cursor_BASE;
|
||||
}
|
||||
@@ -53,6 +53,10 @@ namespace BingoBrain.Core
|
||||
{
|
||||
AppDispatcher.Instance.Dispatch(CsjInfoC.UI_DisplayLoadingUI);
|
||||
}
|
||||
else
|
||||
{
|
||||
UICtrlDispatcher.Instance.Dispatch(SkinInfo.LoginAUI_Open);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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