Browse Source

获得部件点击

zhaoyang 3 years ago
parent
commit
c4f17fecac

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/CommonGame/GetSuitItemVIew.cs

@@ -46,6 +46,7 @@ namespace GFGGame
         protected override void OnShown()
         {
             base.OnShown();
+            GRoot.inst.touchable = true;
             int itemId = (int)viewData;
             guideId = 0;
             UpdateView(itemId);