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
+6 -5
View File
@@ -394,8 +394,8 @@ namespace BingoBrain
public static bool IsGiftSwitch()
{
// return false;
// return true; //zhushi
// return false;
// return true; //zhushi
// Debug.Log(GetLoginModel().is_magic);
return GetLoginModel().is_magic;
}
@@ -1164,8 +1164,9 @@ namespace BingoBrain
look_interad_numbers = 0;
if (UnityEngine.Random.Range(0, 100) < ConfigSystem.GetConfig<CommonModel>().interstitialtype)
{
if (UI.Instance.IsExistUI(UIConst.H5UI)) GameHelper.ShowInterstitial("interstitial_h5reward");
else UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.AdcomingUI_Open);
// if (UI.Instance.IsExistUI(UIConst.H5UI)) GameHelper.ShowInterstitial("interstitial_h5reward");
// else UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.AdcomingUI_Open);
GameHelper.ShowInterstitial("interstitial_Ad");
}
}
}
@@ -1634,7 +1635,7 @@ namespace BingoBrain
}
public static bool isRDExchangeMode()
{
return SaveData.GetSaveobject().ExchangeModeToggle == 1;
}
public static string getDesByKey(string key)