少年修仙传客户端代码仓库
client_linchunjie
2019-06-03 e6a22023d3feaf23a884f858c5dfa955d448742c
3900 【2.0】查看他人坐骑灵宠界面-查看魂石页签显示错误
1个文件已修改
2 ■■■ 已修改文件
System/RoleParticulars/ViewPetHorseStoneWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/RoleParticulars/ViewPetHorseStoneWin.cs
@@ -31,7 +31,7 @@
            {
                var frame = this.GetComponentInChildren<SecondFrameLoader>();
                frame.Create();
                m_Title = frame.GetComponent<Text>();
                m_Title = frame.GetComponentInChildren<Text>();
                close = frame.GetComponentInChildren<Button>();
            }
        }