From aa2647384fdfe1100f8d0d6f771c7e854706ec74 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 18 九月 2018 13:50:17 +0800
Subject: [PATCH] 3634【前端】骑宠争夺入口修改

---
 System/MainInterfacePanel/HighSettingTip.cs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/System/MainInterfacePanel/HighSettingTip.cs b/System/MainInterfacePanel/HighSettingTip.cs
index 1a13b31..6a252a8 100644
--- a/System/MainInterfacePanel/HighSettingTip.cs
+++ b/System/MainInterfacePanel/HighSettingTip.cs
@@ -252,14 +252,7 @@
         void LootPreciousButton()//澶哄疂
         {
             WindowCenter.Instance.Close<MainInterfaceWin>();
-            if (fairyGrabBossModel.InActivityTime)
-            {
-                WindowCenter.Instance.Open<LootPreciousFrameWin>(false, 1);
-            }
-            else
-            {
-                WindowCenter.Instance.Open<LootPreciousFrameWin>();
-            }
+            WindowCenter.Instance.Open<LootPreciousFrameWin>();
         }
 
         void RechargeButton()//鍏呭�兼寜閽�

--
Gitblit v1.8.0