zhangyuqian 10 месяцев назад
Родитель
Сommit
2b244f6797
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

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

@@ -465,12 +465,12 @@ namespace GFGGame
 
         private void OnClickBtnOpenServerActivity()
         {
-            //var titleIndex = PlayerPrefs.GetString("seeOpenServerActivityStoryGQ" + GameGlobal.userId);
-            //if (titleIndex == null || titleIndex == "")
-            //{
-            //    ViewManager.Show<StoryDialogView>(new object[] { "10151", false, new OnCompleteStoryDialogCall(OnCompletePriorStoryDialog), null, false }, true);
-            //}
-            //else
+            var titleIndex = PlayerPrefs.GetString("seeOpenServerActivityStoryGQ" + GameGlobal.userId);
+            if (titleIndex == null || titleIndex == "")
+            {
+                ViewManager.Show<StoryDialogView>(new object[] { "10238", false, new OnCompleteStoryDialogCall(OnCompletePriorStoryDialog), null, false }, true);
+            }
+            else
                 ViewManager.Show<OpenServerActivityView>();
         }