浏览代码

跳过引导提示

zhaoyang 3 年之前
父节点
当前提交
8bd37ea8f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -92,7 +92,7 @@ namespace GFGGame
 
 
             int skipGuide = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_SKIP_GUIDE);
             int skipGuide = StorageDataManager.Instance.GetStorageValue(ConstStorageId.STORAGE_SKIP_GUIDE);
 
 
-            if (skipGuide < 0)
+            if (skipGuide <= 0)
             {
             {
                 Alert.Show("是否跳过引导?如果您是第一次体验,建议不要跳过引导!")
                 Alert.Show("是否跳过引导?如果您是第一次体验,建议不要跳过引导!")
                            .SetLeftButton(true, "不用", (obj) =>
                            .SetLeftButton(true, "不用", (obj) =>