少年修仙传客户端代码仓库
hch
2019-10-07 15a5fc8a8b9bfdb5b8ec5fe917ea9eb726e21a17
System/Store/StoreModel.cs
@@ -1615,6 +1615,10 @@
            shopRedDict[storeConfig.ID].state = RedPointState.None;
            IsMustBuyDay = false;
        }
        else if (type == 1)
        {
            shopRedDict[storeConfig.ID].state = RedPointState.None;
        }
    }
    public bool IsMustBuyDay { get; private set; }