fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Dont_Confuse;
|
||||
using IgnoreOPS;
|
||||
using FairyGUI;
|
||||
using FGUI.Setting_07;
|
||||
using IgnoreOPS;
|
||||
@@ -45,7 +45,8 @@ namespace ChillConnect
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
WebviewManager.ShezhiACT(true);
|
||||
// WebviewManager.ShezhiACT(true);
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
}
|
||||
|
||||
protected override void OnBind()
|
||||
@@ -60,7 +61,7 @@ namespace ChillConnect
|
||||
// {
|
||||
// ui.title.y += Screen.safeArea.y;
|
||||
// }
|
||||
WebviewManager.ShezhiACT(false);
|
||||
// WebviewManager.ShezhiACT(false);
|
||||
_selectIndex = DataMgr.PlayerAvatarId.Value;
|
||||
|
||||
InitView();
|
||||
@@ -69,6 +70,7 @@ namespace ChillConnect
|
||||
protected override void OnOpen(object args)
|
||||
{
|
||||
// CommonHelper.FadeIn(ui);
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
ui.show.Play();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user