bug修改
This commit is contained in:
@@ -166,7 +166,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,
|
||||
@@ -326,9 +326,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
|
||||
|
||||
@@ -135,6 +135,7 @@ namespace BingoBrain
|
||||
ui.com_cardplay.cont_text.selectedIndex = model.CardBoardCountIndex;
|
||||
ui.type.selectedIndex = model.CardBoardCountIndex;
|
||||
ui.btn_ballon.visible = !IsBallonCD;
|
||||
(ui.btn_ballon as btn_balloon).cash_text.text = $" {GameHelper.GetDynamicReward(102, GameHelper.GetCommonModel().ballonReward102):N}";
|
||||
ui.btn_ballon.SetClick(OnClickBalloon);
|
||||
ui.btn_ballon.sortingOrder = 100;
|
||||
|
||||
@@ -286,6 +287,7 @@ namespace BingoBrain
|
||||
if (ui.btn_ballon.visible)
|
||||
{
|
||||
MoveToOtherSide();
|
||||
(ui.btn_ballon as btn_balloon).cash_text.text = $" {GameHelper.GetDynamicReward(102, GameHelper.GetCommonModel().ballonReward102):N}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user