hch
4 小时以前 35b452e4660de1ece274b8e935ecd7c5de0a9b61
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;
        }
    }