From 2bdca925498c2b06de803cd6ec1704faef8eec30 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 18 十月 2018 15:34:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/OpenServerActivity/FlashRushToBuyNotify.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/OpenServerActivity/FlashRushToBuyNotify.cs b/System/OpenServerActivity/FlashRushToBuyNotify.cs
index c55d371..5755c3c 100644
--- a/System/OpenServerActivity/FlashRushToBuyNotify.cs
+++ b/System/OpenServerActivity/FlashRushToBuyNotify.cs
@@ -3,6 +3,7 @@
     public class FlashRushToBuyNotify : OpenServerActivityNotifyBase
     {
         public FlashRushToBuyModel rushToBuyModel { get { return ModelCenter.Instance.GetModel<FlashRushToBuyModel>(); } }
+        OpenServerActivityNotifyModel activityNotifyModel { get { return ModelCenter.Instance.GetModel<OpenServerActivityNotifyModel>(); } }
         private void OnEnable()
         {
             Display();
@@ -23,11 +24,13 @@
         {
             base.ClickGotoBtn();
             this.gameObject.SetActive(false);
+            activityNotifyModel.SetCloseFlashRushToBuyList();
             WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.FlashRushToBuy);
         }
         protected override void ClickCloseBtn()
         {
             base.ClickCloseBtn();
+            activityNotifyModel.SetCloseFlashRushToBuyList();
         }
     }
 }

--
Gitblit v1.8.0