浏览代码

焕洗弹窗显示名字

huangxiaoyue 1 年之前
父节点
当前提交
7b0694f0ff
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/ClothingRewardItemView.cs

+ 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;
         }
     }
 }