lcy
17 小时以前 16dba0ff4d2eed7f5a4a7c37640f158ee9f73d8c
Main/System/Store/SkinStoreLineCell.cs
@@ -10,7 +10,16 @@
    public void Display(int index)
    {
        var list = StoreModel.Instance.GetTimeValidStoreDatas(StoreFunc.HeroSkin);
        var list = StoreModel.Instance.GetTimeValidHeroSkinStoreDatas();
        if (list == null)
        {
            for (int i = 0; i < storeCells.Length; i++)
            {
                storeCells[i].SetActive(false);
            }
            return;
        }
        for (int i = 0; i < storeCells.Length; i++)
        {