From 9d22b692d013ddea30dbe0c807ad19811e1d3020 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 24 四月 2019 10:17:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/MainInterfacePanel/FeaturesType3.cs b/System/MainInterfacePanel/FeaturesType3.cs
index 874781f..b66c824 100644
--- a/System/MainInterfacePanel/FeaturesType3.cs
+++ b/System/MainInterfacePanel/FeaturesType3.cs
@@ -41,7 +41,7 @@
         [SerializeField] RedpointBehaviour m_RedPoint;
         FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } }
         ItemTipsModel _itemTipsModel;
-        ItemTipsModel itemTipsModel { get { return _itemTipsModel ?? (_itemTipsModel = ModelCenter.Instance.GetModel<ItemTipsModel>()); } }
+        
         public void GetTheFeatureID(int funcId)
         {
             var functionForecastConfig = FunctionForecastConfig.Get(funcId);

--
Gitblit v1.8.0