| Main/System/HeroUI/HeroBestWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/HeroUI/HeroBestWin.cs
@@ -255,8 +255,8 @@ foldImg.SetActive(true); unfoldImg.SetActive(false); attrPanel.localPosition = foldPos.localPosition; //禁止attrScroll滚动 allAttrScroll.enabled = false; // //禁止attrScroll滚动 // allAttrScroll.enabled = false; } else @@ -264,7 +264,7 @@ foldImg.SetActive(false); unfoldImg.SetActive(true); attrPanel.localPosition = unfoldPos.localPosition; allAttrScroll.enabled = true; // allAttrScroll.enabled = true; } }