fix:1、修复bug

This commit is contained in:
2026-06-01 17:51:47 +08:00
parent 69c818e992
commit 46e65e61d5
19 changed files with 42806 additions and 42766 deletions
@@ -30,6 +30,7 @@ namespace IgnoreOPS
public int rewardinsertion;
public int exchangeCD = 120;
public int PayRate;
public int non;
public int AddDiscountLevel;
public int AddDiscountCD;
+1 -1
View File
@@ -517,7 +517,7 @@ namespace BallKingdomCrush
try
{
countryCode = RegionInfo.CurrentRegion.TwoLetterISORegionName;
Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
// Debug.Log("国家代码: " + countryCode); // 例如:US, CN, JP, DE 等
}
catch (System.Exception e)
{
+1
View File
@@ -144,6 +144,7 @@ namespace BallKingdomCrush
private void openWB(object obj) {
SdkConfigMgr.Instance.Open();
CreatAnimalCard.instance.SetCameraVisible(false);
CameraManager.Instance.SetMainCameraBackgroundTransparent();
if (UIManager.Instance.IsExistUI(UIConst.RainPlayUI)) {
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.H5UI_Open, false);
} else {