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