少年修仙传客户端代码仓库
client_Wu Xijin
2019-06-06 5c5213c6fa0280947c38cc252f545c4a7b5ef6b9
3965 【BUG】【2.0】点击锁定的背包格子没有显示解锁提示框
1个文件已修改
2 ■■■ 已修改文件
System/KnapSack/New/ExtendWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/New/ExtendWin.cs
@@ -102,7 +102,7 @@
            {
                ItemTipUtility.Show(_chinItemModel.ID);
            });
            Text countText = _itemCell.transform.Find("CountText").GetComponent<Text>();
            Text countText = _itemCell.transform.Find("Container_ItemCell/Txt_Count").GetComponent<Text>();
            countText.gameObject.SetActive(true);
            int i = 0;
            int needToolCount = 0;