| | |
| | | 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
|
| | | {
|