From 4143c64e0b475ed620c6277e14369d7bc7c23edb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 23 四月 2019 21:27:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/StoryTask.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/StoryTask.cs b/System/MainInterfacePanel/StoryTask.cs
index 574cbe1..c5bb92a 100644
--- a/System/MainInterfacePanel/StoryTask.cs
+++ b/System/MainInterfacePanel/StoryTask.cs
@@ -295,8 +295,7 @@
int tab = i;
itemcell.button.AddListener(() =>
{
- ItemAttrData attrData = new ItemAttrData(rewardList[tab].itemCfg.ID, true, (ulong)rewardList[tab].num);
- itemTipsModel.SetItemTipsModel(attrData);
+ ItemTipUtility.Show(rewardList[tab].itemCfg.ID);
});
}
}
--
Gitblit v1.8.0