From ff903365659ed5fd80e52dfa866ae896fa59801e Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 18 九月 2018 21:18:14 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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