| System/Auction/AttentionWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Auction/AttentionWin.cs
@@ -27,9 +27,9 @@ #region Built-in enum AttentionType { Material = 1, Equipment = 1, MountAndPet = 2, Equipment = 3, Material = 3, } protected override void BindController() { @@ -51,7 +51,15 @@ { ItemType = GetItemType(); OnCreateGridLineCell(m_ScrollerController); } protected override void OnActived() { base.OnActived(); if (ItemType != (int)AttentionType.Equipment) { m_EquipmentToggle.isOn = true; } } protected override void OnAfterOpen()