lzx 1 giorno fa
parent
commit
904ebb4dc4

+ 4 - 4
Assets/Scripts/GameLogic/RedDot/RedDotManager.cs

@@ -301,10 +301,10 @@ public class RedDotManager : Singleton<RedDotManager>
         if (_skillInfo == null)
             return false;
 
-        if (_skillInfo.SkillData.level == 1)
-        {
-            return false;
-        }
+        // if (_skillInfo.SkillData.level == 1)
+        // {
+        //     return false;
+        // }
 
         var _skillPowerupConfigs = ConfigComponent.Instance.GetAll<SkillPowerupConfig>();
 

+ 1 - 1
Assets/Scripts/GameLogic/Shop/ShopManger.cs

@@ -293,7 +293,7 @@ public class ShopManger : Singleton<ShopManger>
         else if (shopItemConfig.costItemId == 1007)
         {
             isOk = true;
-#if UNITY_ANDROID && !UNITY_EDITOR&& Taptap
+#if UNITY_ANDROID && !UNITY_EDITOR&& Ads
             if (TakuSDKManager.Instance.IsReady())
             {
                 isOk = await TakuSDKManager.Instance.ShowAutoAd();