From 13b42d2a0a8e4a60a7041c2f79424d78da49061c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期二, 18 九月 2018 20:57:00 +0800
Subject: [PATCH] 3625 【前端】功能预告配置,下下个功能不显示
---
System/MainInterfacePanel/FeatureNoticeModel.cs | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/FeatureNoticeModel.cs b/System/MainInterfacePanel/FeatureNoticeModel.cs
index 509917c..e81b28c 100644
--- a/System/MainInterfacePanel/FeatureNoticeModel.cs
+++ b/System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -11,7 +11,7 @@
using Snxxz.UI;
//鍔熻兘棰勫憡绾㈢偣
-public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
+public class FeatureNoticeModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk,ISwitchAccount
{
public List<FunctionForecastConfig> FunctionList = new List<FunctionForecastConfig>();
private const int Redpoint_key1 = 38;
@@ -48,6 +48,12 @@
public override void UnInit()
{
+ }
+ public void OnSwitchAccount()
+ {
+ OpenFuncId = 0;
+ RedPointChange = false;
+ IsRedPoint = false;
}
private void treasureStageUpEvent(int obj)
{
@@ -269,6 +275,8 @@
var mapConfig = Config.Instance.Get<MapConfig>(mapId);
return mapConfig != null && mapConfig.MapFBType != 0;
}
+
+
}
--
Gitblit v1.8.0