diff --git a/Assets/Scripts/UI/UIHint.Designer.cs b/Assets/Scripts/UI/UIHint.Designer.cs index 15ec5a81..b7d0c337 100644 --- a/Assets/Scripts/UI/UIHint.Designer.cs +++ b/Assets/Scripts/UI/UIHint.Designer.cs @@ -5,7 +5,7 @@ using QFramework; namespace QFramework.Example { - // Generate Id:56300545-9a16-4363-94bb-73919dd6d4f0 + // Generate Id:81782f84-21db-40cc-8f07-78023c95d54e public partial class UIHint { public const string Name = "UIHint"; diff --git a/Assets/Scripts/UI/UIHint.cs b/Assets/Scripts/UI/UIHint.cs index b03364bd..623d81c3 100644 --- a/Assets/Scripts/UI/UIHint.cs +++ b/Assets/Scripts/UI/UIHint.cs @@ -61,6 +61,7 @@ namespace QFramework.Example { ItemPrefab.DOFade(alph, 0.5f); Label.DOFade(alph, 0.5f); + Icon.gameObject.SetActive(alph == 1); } protected override void OnShow()