|
@@ -215,6 +215,8 @@ namespace GFGGame
|
|
|
UpdateItemListUI();
|
|
|
|
|
|
ShowListType1();
|
|
|
+ // 饰品
|
|
|
+ _lastClickIndex.index = 9;
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
@@ -325,6 +327,7 @@ namespace GFGGame
|
|
|
private void ShowListType1()
|
|
|
{
|
|
|
_ui.m_c1.selectedIndex = 0;
|
|
|
+ _lastClickIndex.typeIndex = 1;
|
|
|
_currentList2 = null;
|
|
|
}
|
|
|
|