hch
8 天以前 23c416e43615b956f9b685b2184e9b18bf9cb665
Main/System/KnapSack/Logic/PackGirdCell.cs
@@ -22,6 +22,14 @@
            ItemTipUtility.Show(guid);
        });
        var chestConfig = ChestsConfig.Get(item.itemId);
        if (chestConfig != null && chestConfig.ExpendItemID == 0 && chestConfig.OpenMoney == 0)
        {
            redPoint.SetActive(true);
        }
        else
        {
        redPoint.SetActive(false);
    }
}
}