少年修仙传客户端代码仓库
client_linchunjie
2018-12-24 5164404dbdc6d79d763819f41755bb85cb709eea
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
12 ■■■■■ 已修改文件
System/SystemSetting/SystemSetWin.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/SystemSetting/SystemSetWin.cs
@@ -2,6 +2,8 @@
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using LitJson;
using TableConfig;
namespace Snxxz.UI
{
@@ -116,6 +118,16 @@
                m_AntiAddition.gameObject.SetActive(false);
            }
            var switchAccountJson = JsonMapper.ToObject(Config.Instance.Get<FuncSwitchConfig>(2).AppIdSwitch);
            if (switchAccountJson.Keys.Contains(VersionConfig.Get().appId) && switchAccountJson[VersionConfig.Get().appId].ToString() == "0")
            {
                m_SwitchAccountBtn.gameObject.SetActive(false);
            }
            else
            {
                m_SwitchAccountBtn.gameObject.SetActive(true);
            }
            loginModel.accountBindOkEvent += UpdateAccountBindTitle;
            SDKUtility.Instance.onFreePlatfromDoIDAuthenticationOk += OnAuthenticationOk;
            SystemSetting.Instance.gameFrameChangeEvent += OnSwitchGameFrame;