bug修改
This commit is contained in:
@@ -121,7 +121,7 @@ namespace BingoBrain
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
UICtrlDispatcher.Instance.Dispatch(SkinInfo.BroadcastUI_Open);
|
||||
if (PlayerPrefs.GetInt("first_", 0) != 1)
|
||||
if (PlayerPrefs.GetInt("first_uid", 0) != GameHelper.GetLoginModel().uid)
|
||||
{
|
||||
UICtrlDispatcher.Instance.Dispatch(SkinInfo.FirstRewardUI_Open);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user