|
@@ -77,7 +77,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
_startInAnim = false;
|
|
_startInAnim = false;
|
|
_ui.m_comListCard.m_listCard.scrollPane.ScrollTop();
|
|
_ui.m_comListCard.m_listCard.scrollPane.ScrollTop();
|
|
- _ui.m_In.Play();
|
|
|
|
|
|
+ //_ui.m_In.Play();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
protected override void OnHide()
|
|
protected override void OnHide()
|
|
@@ -105,7 +105,7 @@ namespace GFGGame
|
|
|
|
|
|
private void FilterItems()
|
|
private void FilterItems()
|
|
{
|
|
{
|
|
- _ui.m_Refresh.Play();
|
|
|
|
|
|
+ //_ui.m_Refresh.Play();
|
|
_ui.m_comListCard.m_listCard.scrollPane.ScrollTop();
|
|
_ui.m_comListCard.m_listCard.scrollPane.ScrollTop();
|
|
UpdateCardList();
|
|
UpdateCardList();
|
|
}
|
|
}
|