h5sdk提交
This commit is contained in:
@@ -5,6 +5,7 @@ using BingoBrain.Core;
|
||||
using BingoBrain.HotFix;
|
||||
using FGUI.JBingoPlay;
|
||||
using System.Collections.Generic;
|
||||
using DontConfuse;
|
||||
|
||||
namespace BingoBrain
|
||||
{
|
||||
@@ -51,6 +52,7 @@ namespace BingoBrain
|
||||
ui?.fx_show.Stop();
|
||||
OnClearTween();
|
||||
});
|
||||
WebviewManager.Instance.SetDarkThough(true);
|
||||
}
|
||||
|
||||
protected override void OnBind()
|
||||
@@ -77,6 +79,7 @@ namespace BingoBrain
|
||||
|
||||
protected override void OnOpenBefore(object args)
|
||||
{
|
||||
WebviewManager.Instance.SetDarkThough(false);
|
||||
InitView();
|
||||
}
|
||||
|
||||
@@ -166,7 +169,7 @@ namespace BingoBrain
|
||||
|
||||
GameHelper.GetVideo("reward_extraFlip", isSuccess =>
|
||||
{
|
||||
if (isSuccess)
|
||||
if (isSuccess)
|
||||
{
|
||||
var adwardModel = GameHelper.GetConfig<AdRewardModel>();
|
||||
MaxClickNum = Mathf.Clamp(MaxClickNum + adwardModel.GetData("reward_extraFlip").rewardAmount,
|
||||
@@ -230,11 +233,6 @@ namespace BingoBrain
|
||||
|
||||
private void ClickContinueBtn()
|
||||
{
|
||||
if (!canClick)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
OpenAll();
|
||||
}
|
||||
|
||||
@@ -331,9 +329,7 @@ namespace BingoBrain
|
||||
var tw1 = DOVirtual.DelayedCall(0.3f, () => { canClick = true; });
|
||||
tweenerQueue.Enqueue(tw1);
|
||||
});
|
||||
rewardData.condition = GameHelper.IsCanGuide() ? RewardCondition.None : RewardCondition.AD;
|
||||
rewardData.displayType =
|
||||
RewardDisplayType.Dialog | RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
|
||||
rewardData.displayType = RewardDisplayType.RewardFly | RewardDisplayType.ValueChange;
|
||||
GameDispatcher.Instance.Dispatch(BingoInfo.GetReward, rewardData);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user