Explorar o código

焕洗弹窗显示名字

huangxiaoyue hai 1 ano
pai
achega
7b0694f0ff

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/ClothingRewardItemView.cs

@@ -57,6 +57,7 @@ namespace GFGGame
                 obj.data = new ItemView(obj as GComponent);
             }
             (obj.data as ItemView).SetData(itemData);
+            (obj.data as ItemView).ShowName = true;
         }
     }
 }