|
@@ -199,7 +199,7 @@ namespace GFGGame
|
|
|
{
|
|
|
int id = (int)(eventContext.sender as GObject).data;
|
|
|
object[] sourceDatas = new object[]
|
|
|
- { id, new object[] { typeof(BagView).FullName, this.viewData } };
|
|
|
+ { id, new object[] { typeof(ClothingUpgradeView).FullName, this.viewData } };
|
|
|
GoodsItemTipsController.ShowItemTips(id, sourceDatas);
|
|
|
}
|
|
|
private async void OnClickUpgrade()
|