From ddb2b98c4d6b85de07da0dceb5a6162d7d7402e6 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期三, 17 十月 2018 16:37:57 +0800
Subject: [PATCH] 2159 【主干】【1.1.0】限时抢购活动bug

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

diff --git a/System/OpenServerActivity/FlashRushToBuyNotify.cs b/System/OpenServerActivity/FlashRushToBuyNotify.cs
index 409f667..ab1f9ec 100644
--- a/System/OpenServerActivity/FlashRushToBuyNotify.cs
+++ b/System/OpenServerActivity/FlashRushToBuyNotify.cs
@@ -3,7 +3,6 @@
     public class FlashRushToBuyNotify : OpenServerActivityNotifyBase
     {
         public FlashRushToBuyModel rushToBuyModel { get { return ModelCenter.Instance.GetModel<FlashRushToBuyModel>(); } }
-        public const string iconKey = "TB_BGL_2";
         private void OnEnable()
         {
             Display();
@@ -18,7 +17,6 @@
         {
             base.Display();
             titleText.text = "闄愭椂鎶㈣喘";
-            activityIcon.SetSprite(iconKey);
         }
 
         protected override void ClickGotoBtn()

--
Gitblit v1.8.0