瀏覽代碼

图鉴红点位置

zhaoyang 3 年之前
父節點
當前提交
d0a7a264f2

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

@@ -93,7 +93,7 @@ namespace GFGGame
             listItem.m_loaderPic.url = "ui://FieldGuide/tujian_tup_" + id;
             listItem.target.data = id;
             bool red = actions[index]();
-            RedDotController.Instance.SetComRedDot(listItem.target, red, "", 10);
+            RedDotController.Instance.SetComRedDot(listItem.target, red, "", -20);
         }
 
         private void OnClickListBannerItem(EventContext context)

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitShowView.cs

@@ -138,6 +138,7 @@ namespace GFGGame
                 _wrapper.wrapTarget = _sceneObject;
             }
             _ui.m_btnChangeAction.grayed = !_dressUpObjDataCache.HasSuitPicRes;
+            UpdateSuitBoxStatus();
         }
 
         private void UpdateArrows()