|
@@ -84,6 +84,8 @@ namespace GFGGame
|
|
_ui.m_listSubTab.ScrollToView(_curSubTabIndex);
|
|
_ui.m_listSubTab.ScrollToView(_curSubTabIndex);
|
|
OnListSubTabChange(_curSubTabIndex);
|
|
OnListSubTabChange(_curSubTabIndex);
|
|
}
|
|
}
|
|
|
|
+ if(_curTabIndex == ConstStoreTabId.STORE_MONTH_CARD && _curSubTabIndex == 2)
|
|
|
|
+ ViewManager.Hide<StoreBrocadeWeavView>();
|
|
|
|
|
|
UpdateRedDot();
|
|
UpdateRedDot();
|
|
}
|
|
}
|
|
@@ -94,6 +96,7 @@ namespace GFGGame
|
|
_ui.m_comTab.m_c1.selectedIndex = 0;
|
|
_ui.m_comTab.m_c1.selectedIndex = 0;
|
|
_ui.m_listSubTab.selectedIndex = 0;
|
|
_ui.m_listSubTab.selectedIndex = 0;
|
|
|
|
|
|
|
|
+ ViewManager.Hide<StoreBrocadeWeavView>();
|
|
}
|
|
}
|
|
protected override void RemoveEventListener()
|
|
protected override void RemoveEventListener()
|
|
{
|
|
{
|