提交h5
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using FGUI.A000_common;
|
||||
using FGUI.G018_GameHome;
|
||||
using DontConfuse;
|
||||
|
||||
namespace ScrewsMaster
|
||||
{
|
||||
@@ -51,7 +52,7 @@ namespace ScrewsMaster
|
||||
HallManager.Instance.UpdateSecondEvent -= updateSpeedCD;
|
||||
|
||||
GameHelper.showGameUI = true;
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
SdkManager.Instance.SetDarkThough(true);
|
||||
gameDispatcher.Dispatch(GameMsg.MakeUpConfirmUIClosed);
|
||||
}
|
||||
|
||||
@@ -66,7 +67,7 @@ namespace ScrewsMaster
|
||||
userUid = GameHelper.GetLoginModel().uid;
|
||||
ad_cool_down = ConfigSystem.GetConfig<CommonModel>().WithdrawalaccelerationCD;
|
||||
//PreferencesMgr.Instance.MakeupTaskH5Time = 999999999;
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
SdkManager.Instance.SetDarkThough(false);
|
||||
if (AppConst.isPt())
|
||||
{
|
||||
ui.lang.selectedIndex = com_confirm.Lang_pt;
|
||||
|
||||
Reference in New Issue
Block a user