bug修改

This commit is contained in:
2026-06-02 17:12:08 +08:00
parent 9a93ae4b19
commit 9ee7fabfc1
6 changed files with 17 additions and 11 deletions
@@ -130,9 +130,11 @@ namespace BingoBrain
GameHelper.DelayedShowGObject(this, ui.closeButton, ui.btn_claim);
}
if ( ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1) ui.btn_more.GetChild("img_saveingpot").visible = true;
if (ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1) ui.btn_more.GetChild("img_saveingpot").visible = true;
}
}
if (GameHelper.IsGiftSwitch()) ui.img_diamond.visible = false;
else ui.img_ch.visible = false;
}
private void OpenCloseClick(bool val)
@@ -145,7 +147,7 @@ namespace BingoBrain
private void OnBtnClaimClick()
{
// GameHelper.ShowInterstitial("interstitial_skipAd");
GameHelper.addInterAdnumber();
GameHelper.addInterAdnumber();
OpenCloseClick(false);
if (data.cont_index == ui._Extra_extraball)
{