fix:1、添加H5
This commit is contained in:
@@ -6,6 +6,7 @@ using FairyGUI;
|
||||
using FGUI.ZM_Common_01;
|
||||
using System;
|
||||
using DG.Tweening;
|
||||
using DontConfuse;
|
||||
using FGUI.bkg_jilu;
|
||||
using SGModule.Common.Extensions;
|
||||
using Unity.VisualScripting;
|
||||
@@ -42,6 +43,8 @@ namespace RedHotRoast
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
|
||||
if (coroutine != null)
|
||||
{
|
||||
CrazyAsyKit.StopCoroutine(coroutine);
|
||||
@@ -55,6 +58,9 @@ namespace RedHotRoast
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
{
|
||||
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
|
||||
InitView();
|
||||
|
||||
ui.btn_close.onClick.Add(() =>
|
||||
|
||||
Reference in New Issue
Block a user