fix:1、添加H5
This commit is contained in:
@@ -4,6 +4,7 @@ using FairyGUI;
|
||||
using FGUI.ZM_store_17;
|
||||
using System;
|
||||
using DG.Tweening;
|
||||
using DontConfuse;
|
||||
using FGUI.ZM_Common_01;
|
||||
using SGModule.NetKit;
|
||||
using Spine.Unity;
|
||||
@@ -44,6 +45,8 @@ namespace RedHotRoast
|
||||
|
||||
protected override void OnClose()
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
|
||||
GameHelper.showGameUI = true;
|
||||
HallManager.Instance.UpdateSecondEvent -= initList;
|
||||
HallManager.Instance.UpdateSecondEvent -= upWatchAdsBtn;
|
||||
@@ -71,6 +74,8 @@ namespace RedHotRoast
|
||||
//刘海屏
|
||||
ui.top_gold.y += Screen.safeArea.y - 15;
|
||||
}
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
|
||||
|
||||
var eventName = GameHelper.IsAdModelOfPay() ? ADEventTrack.Event : ADEventTrack.MaxPayEvent;
|
||||
TrackKit.SendEvent(eventName, ADEventTrack.Property.shop_show);
|
||||
|
||||
Reference in New Issue
Block a user