少年修仙传客户端代码仓库
client_linchunjie
2019-04-03 668cbe5c2e6f46a0c6906e77c2b65e4647523bf5
3335 拍卖行修改
1个文件已修改
14 ■■■■ 已修改文件
System/Auction/AttentionWin.cs 14 ●●●● 补丁 | 查看 | 原始文档 | 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()