fix:1、添加H5
This commit is contained in:
@@ -10,6 +10,7 @@ using Newtonsoft.Json;
|
||||
// using SGModule.ApplePay;
|
||||
using SGModule.Net;
|
||||
using System.Linq;
|
||||
using DontConfuse;
|
||||
using SGModule.Common.Extensions;
|
||||
|
||||
public enum VipDay
|
||||
@@ -57,6 +58,7 @@ namespace RedHotRoast
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
if (_loader != null && !_loader.isDisposed && _loader.texture != null)
|
||||
{
|
||||
_loader.texture = null;
|
||||
@@ -82,6 +84,7 @@ namespace RedHotRoast
|
||||
{
|
||||
ui.group_.y += 68;
|
||||
}
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
if (GameHelper.IsGiftSwitch())
|
||||
{
|
||||
var fileName = GameHelper.GetBackgroundName(4);
|
||||
|
||||
Reference in New Issue
Block a user