zhangyuqian 10 сар өмнө
parent
commit
b5149ccb93

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -465,7 +465,7 @@ namespace GFGGame
 
         private void OnClickBtnOpenServerActivity()
         {
-            var titleIndex = PlayerPrefs.GetString("seeOpenServerActivityStory" + GameGlobal.userId);
+            var titleIndex = PlayerPrefs.GetString("seeOpenServerActivityStoryGQ" + GameGlobal.userId);
             if (titleIndex == null || titleIndex == "")
             {
                 ViewManager.Show<StoryDialogView>(new object[] { "10151", false, new OnCompleteStoryDialogCall(OnCompletePriorStoryDialog), null, false }, true);
@@ -477,7 +477,7 @@ namespace GFGGame
         private static void OnCompletePriorStoryDialog(bool done, object param)
         {
             if (done) { 
-                PlayerPrefs.SetString("seeOpenServerActivityStory" + GameGlobal.userId, "1");
+                PlayerPrefs.SetString("seeOpenServerActivityStoryGQ" + GameGlobal.userId, "1");
                 ViewManager.DeleteViewStackCountDown(null, 1);
                 ViewManager.Show<OpenServerActivityView>();
             }