From 15a5fc8a8b9bfdb5b8ec5fe917ea9eb726e21a17 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 07 十月 2019 16:21:42 +0800
Subject: [PATCH] 0312 开服排行迁移,免费商品红点
---
System/Store/StoreModel.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index 075033b..2def97e 100644
--- a/System/Store/StoreModel.cs
+++ b/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; }
--
Gitblit v1.8.0