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; }