From 20bc3a9807a392b582a21aca1756f2f7a5472d2c Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 22 十二月 2018 17:12:29 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/LowSettingTip.cs | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/System/MainInterfacePanel/LowSettingTip.cs b/System/MainInterfacePanel/LowSettingTip.cs
index b4df4d1..aaffa59 100644
--- a/System/MainInterfacePanel/LowSettingTip.cs
+++ b/System/MainInterfacePanel/LowSettingTip.cs
@@ -63,10 +63,9 @@
void Role1Button()
{
-
- WindowCenter.Instance.Close<MainInterfaceWin>();
- WindowCenter.Instance.Open<RolePanel>();
- /* DesignDebug.Log("瑙掕壊鎸夐挳")*/;
+
+ ModelCenter.Instance.GetModel<RoleModel>().OpenRolePanel();
+
}
void OnClickBagualuBtn()
{
--
Gitblit v1.8.0