|
@@ -79,9 +79,8 @@ namespace GFGGame
|
|
private void OnListMaterialsItem(EventContext context)
|
|
private void OnListMaterialsItem(EventContext context)
|
|
{
|
|
{
|
|
int itemId = (int)(context.data as GComponent).data;
|
|
int itemId = (int)(context.data as GComponent).data;
|
|
- // GoodsItemTipsController.ShowItemTips(itemId);
|
|
|
|
- ViewManager.Show(ViewName.APPROACH_OF_ITEM_VIEW, new object[] { itemId, new object[] { typeof(SuitFosterView).FullName, this.viewData } });
|
|
|
|
-
|
|
|
|
|
|
+ ViewManager.Show(ViewName.APPROACH_OF_ITEM_VIEW, new object[] { itemId, new object[] { typeof(SuitView).Name, ( this.viewData as object[])[4] }
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
private void ListPropertyItemRender(int index, GObject obj)
|
|
private void ListPropertyItemRender(int index, GObject obj)
|