From b5651b96bb1bfd53341af7fbe4cb46db54dee58c Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 27 十二月 2018 14:40:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/ChatFrame.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index 44daa40..93e0b52 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -131,8 +131,14 @@
private void MailCountChange()
{
+ if (GameNetSystem.Instance.crossServerConnected_Loigc)
+ {
+ _MailBtn.gameObject.SetActive(false);
+ return;
+ }
List<MailInfo> maillist = MailAllModel.Instance.GetTimeOrderMaillist();
bool isShowMail = false;
+
if (maillist != null && PreFightMission.Instance.IsFinished())
{
for (int i = 0; i < maillist.Count; i++)
@@ -333,7 +339,7 @@
BossHomeModel bossHomeModel { get { return ModelCenter.Instance.GetModel<BossHomeModel>(); } }
void OneKeyButton()//鍦板浘鎸傛満鎸夐挳
{
-
+
if (OneKeyList.Contains(PlayerDatas.Instance.baseData.MapID))
{
var dataMapId = modelD.GetDataMapIdByMapId(PlayerDatas.Instance.baseData.MapID);
--
Gitblit v1.8.0