|
@@ -385,7 +385,7 @@ namespace GFGGame
|
|
int index = (int)(context.data as GObject).data;
|
|
int index = (int)(context.data as GObject).data;
|
|
_ui.m_listMaterias.selectedIndex = index;
|
|
_ui.m_listMaterias.selectedIndex = index;
|
|
ItemData itemData = _materiarsOfSelectedItem[index];
|
|
ItemData itemData = _materiarsOfSelectedItem[index];
|
|
- object[] sourceDatas = new object[] { itemData.id, new object[] { ViewName.CLOTHING_SYNTHETIC_VIEW, new object[] { _suitId, _selectedItemId } }, itemData.num };
|
|
|
|
|
|
+ object[] sourceDatas = new object[] { itemData.id, new object[] { ViewName.CLOTHING_SYNTHETIC_VIEW, new object[] { _suitId, _selectedItemId } }, (int)itemData.num };
|
|
GoodsItemTipsController.ShowItemTips(itemData.id, sourceDatas);
|
|
GoodsItemTipsController.ShowItemTips(itemData.id, sourceDatas);
|
|
}
|
|
}
|
|
|
|
|