Jidongchen %!s(int64=3) %!d(string=hai) anos
pai
achega
6b75adebce
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      Assets/GameMain/Scripts/UI/UICustom.cs

+ 6 - 0
Assets/GameMain/Scripts/UI/UICustom.cs

@@ -318,9 +318,15 @@ namespace MetaClient
                 nowPickOnImg.SetActive(false);
                 if (_id != id)
                 {
+                    id = _id;
                     nowPickOnImg = _nowPickOnImg;
                     _nowPickOnImg.SetActive(true);
                 }
+                else
+                {
+                    nowPickOnImg = _nowPickOnImg;
+                    _nowPickOnImg.SetActive(!_nowPickOnImg.activeSelf);
+                }
             }
             scrollbar.gameObject.SetActive(nowPickOnImg.activeSelf);
         }