From 3bd8d2d6eaa12152310338596baeefadee797617 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 14 九月 2018 10:27:19 +0800
Subject: [PATCH] 3488 【前端】【1.0.15】【1.1.0】功能预告优化

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

diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 0bad8d4..a15fe85 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -343,7 +343,7 @@
             m_HighSettingTip.AfterOpen();
             m_ChatTip.OnAfterOpen();
             HandleAchievement();
-            featureNoticeModel.WhetherToPlayTheBox();
+            StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//鍔熻兘棰勫憡
         }
 
         protected override void OnPreClose()
@@ -892,7 +892,7 @@
             ArticleExperience();//鍏充簬缁忛獙鏉�
             if (_tCDBPlayerRefresh == PlayerDataRefresh.LV)
             {
-                featureNoticeModel.WhetherToPlayTheBox();
+                StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//鍔熻兘棰勫憡
             }
         }
 

--
Gitblit v1.8.0