bug修改
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user