From 46bca18c296421c44439981d4e2643e1add9a4cc Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 14 九月 2018 10:43:14 +0800
Subject: [PATCH] 3488 【前端】【1.0.15】【1.1.0】功能预告优化

---
 System/MainInterfacePanel/FeatureNoticeModel.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/FeatureNoticeModel.cs b/System/MainInterfacePanel/FeatureNoticeModel.cs
index 19865b7..e2d44ab 100644
--- a/System/MainInterfacePanel/FeatureNoticeModel.cs
+++ b/System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -99,6 +99,7 @@
                 }
                 if (OpenFuncId != FunctionList[i].FuncId || !RedPointChange)
                 {
+                    OpenFuncId = FunctionList[i].FuncId;
                     IsRedPoint = false;
                     TrailerClassification(FunctionList[i].FuncId);
                 }

--
Gitblit v1.8.0