bug修改

This commit is contained in:
2026-06-02 17:12:08 +08:00
parent 9a93ae4b19
commit 9ee7fabfc1
6 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -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);
}