Browse Source

焕洗弹窗显示名字

huangxiaoyue 1 year ago
parent
commit
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;
         }
     }
 }