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