From ee945ee8d3199e91df76e7b320d2c37f5efc599a Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 12 九月 2018 17:10:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Store/StoreWin.cs |   29 +----------------------------
 1 files changed, 1 insertions(+), 28 deletions(-)

diff --git a/System/Store/StoreWin.cs b/System/Store/StoreWin.cs
index 0e016fd..d6d433b 100644
--- a/System/Store/StoreWin.cs
+++ b/System/Store/StoreWin.cs
@@ -392,36 +392,9 @@
                             shopId = 0;
                             shopItemCell.LoadGuidEffectCtrl(shopInfo.ID, shopId);
                         }
-
-                        //if(shopItemCell.effect.IsPlaying)
-                        //{
-                        //    shopItemCell.effect.StopImediatly();
-                        //    if(m_storeModel.shoplist.Contains(shopInfo))
-                        //    {
-                        //        m_storeModel.shoplist.Remove(shopInfo);
-                        //    }
-                        //}
+                        m_storeModel.ClearMustBuyRedpoint(shopInfo);
                         m_storeModel.OnClickShopCell(shopInfo);
                     });
-
-                    //if(m_storeModel.storeFuncType == StoreFunc.WeekStore)
-                    //{
-                    //    if(m_storeModel.shoplist.Contains(shopInfo))
-                    //    {
-                    //        if(!shopItemCell.effect.IsPlaying)
-                    //        {
-                    //            shopItemCell.effect.Play();
-                    //        }
-                    //    }
-                    //    else
-                    //    {
-                    //        if (shopItemCell.effect.IsPlaying)
-                    //        {
-                    //            shopItemCell.effect.StopImediatly();
-                    //        }
-                    //    }
-                      
-                    //}
                 }
                 else
                 {

--
Gitblit v1.8.0