lzx 5 日 前
コミット
bb5568d008

+ 1 - 1
Assets/Res/UI/HeroInformainPanel/ExpElixirItemWidget.prefab

@@ -689,7 +689,7 @@ RectTransform:
   m_AnchorMin: {x: 0, y: 1}
   m_AnchorMax: {x: 0, y: 1}
   m_AnchoredPosition: {x: 43.997498, y: -12.5}
-  m_SizeDelta: {x: 0, y: 23.1372}
+  m_SizeDelta: {x: 24, y: 23.1372}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!222 &7796567445027890541
 CanvasRenderer:

+ 2 - 1
Assets/Scripts/GameUI/UI/HeroInformationPanel/HeroBreakthroughFailPanel.cs

@@ -1,3 +1,4 @@
+using Core.Language;
 using Fort23.Core;
 
 namespace Fort23.Mono
@@ -35,7 +36,7 @@ namespace Fort23.Mono
                 Icon_Dj.gameObject.SetActive(true);
             }
 
-            Text_Xw.text = "修为-" + xw;
+            Text_Xw.text = LanguageManager.Instance.Text(10792,xw);
         }
 
         public static async CTask<HeroBreakthroughFailPanel> OpenPanel(int type, int xw)

+ 2 - 2
Assets/Scripts/GameUI/UI/HeroInformationPanel/HeroBreakthroughPanel.cs

@@ -586,11 +586,11 @@ namespace Fort23.Mono
         {
             int succesAllBl = 0;
             int failAllBl = 0;
-            if (heroPowerUpConfig.DujieLevelbattleID != -1 && PlayerManager.Instance.myHero.heroData.isCombat)
+            if (heroPowerUpConfig.jingjie2 != nextHeroInfo.powerUpConfig.jingjie2)
             {
                 succesAllBl += heroPowerUpConfig.DujieRateviaBattle;
             }
-
+          
 
             foreach (var breakthroughItemWidget in breakthroughItemWidgets)
             {

+ 5 - 5
Assets/Scripts/GameUI/UI/ShopPanel/ShopPanel.cs

@@ -125,10 +125,7 @@ namespace Fort23.Mono
 
         private async void OnClick(ItemWidgetBasic obj)
         {
-            if (PlayerGuideManager.Instance.GuideIsCanDo(7, 1))
-            {
-                PlayerGuideManager.Instance.NextGuide();
-            }
+       
 
             ShopBtnWidget shopBtnWidget = obj as ShopBtnWidget;
             TitlePanel.OpenPanel(shopBtnWidget.ShopGroupConfig.titleShowItemIds.ToList());
@@ -177,7 +174,10 @@ namespace Fort23.Mono
                 }
             }
 
-
+            if (PlayerGuideManager.Instance.GuideIsCanDo(7, 1))
+            {
+                PlayerGuideManager.Instance.NextGuide();
+            }
             if (PlayerGuideManager.Instance.GuideIsCanDo(7, 4))
             {
                 PlayerGuideManager.Instance.NextGuide();