From edda1a1dc6cd5b267d6702cb9a4ebe9d6cee1189 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期一, 17 九月 2018 16:50:35 +0800
Subject: [PATCH] 1950  仙盟升到10级满经验后,点升级提示有误,大厅红点也一直存在

---
 System/MainInterfacePanel/LowSettingTip.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/MainInterfacePanel/LowSettingTip.cs b/System/MainInterfacePanel/LowSettingTip.cs
index fdf218b..5ed198c 100644
--- a/System/MainInterfacePanel/LowSettingTip.cs
+++ b/System/MainInterfacePanel/LowSettingTip.cs
@@ -88,8 +88,8 @@
         }
         private void GodBeastBtn()
         {
-            SysNotifyMgr.Instance.ShowTip("FuncNextVersion");//淇℃伅鎻愮ず
-            return;
+            //SysNotifyMgr.Instance.ShowTip("FuncNextVersion");//淇℃伅鎻愮ず
+            //return;
             WindowCenter.Instance.Close<MainInterfaceWin>();
             WindowCenter.Instance.Open<DogzWin>();
         }

--
Gitblit v1.8.0