bug修改

This commit is contained in:
2026-05-12 15:56:48 +08:00
parent 6e6aa09d72
commit 1260b9077a
36 changed files with 363 additions and 99 deletions
@@ -129,6 +129,8 @@ namespace BingoBrain
{
GameHelper.DelayedShowGObject(this, ui.closeButton, ui.btn_claim);
}
if ( ConfigSystem.GetConfig<CommonModel>().PiggyBankSwitch == 1) ui.btn_more.GetChild("img_saveingpot").visible = true;
}
}
}
@@ -142,7 +144,8 @@ namespace BingoBrain
private void OnBtnClaimClick()
{
GameHelper.ShowInterstitial("interstitial_skipAd");
// GameHelper.ShowInterstitial("interstitial_skipAd");
GameHelper.addInterAdnumber();
OpenCloseClick(false);
if (data.cont_index == ui._Extra_extraball)
{