少年修仙传客户端代码仓库
client_linchunjie
2018-09-03 22dc1d7291bfe5c68e4417ea18585e1b2f2cc89a
3032【前端】宗门试练兑换界面优化
1个文件已修改
2 ■■■ 已修改文件
System/Dungeon/TrialExchangeBehaviour.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Dungeon/TrialExchangeBehaviour.cs
@@ -83,7 +83,7 @@
        public void Display(int id, bool equipBetter = true, bool first = false)
        {
            m_Bottom.SetSprite(first ? "SpecialExchangeBottom" : "Title_PopupWindow");
            m_Bottom.SetSprite(first ? "XT_VIP_63" : "XT_VIP_63");
            m_ContainerSpecial.gameObject.SetActive(first);
            m_ContainerNormal.gameObject.SetActive(!first);
            trialExchangeId = id;