From 079b065efc9666a621617e947bab8ff88463fd4e Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期三, 12 九月 2018 16:39:52 +0800
Subject: [PATCH] 3484 新增的噬天丹特殊显示和新增红点
---
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