少年修仙传客户端代码仓库
client_Hale
2018-09-12 ee945ee8d3199e91df76e7b320d2c37f5efc599a
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
                {