少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-17 003d460ad287e5781481f8ece3682c92cc70c0bd
System/Dungeon/TrialExchangeTitleCell.cs
@@ -9,6 +9,7 @@
    {
        [SerializeField] Image m_BackGround;
        [SerializeField] Text m_Title;
        [SerializeField] Image m_BackGround1;
        public void Display(int _class)
        {
@@ -16,6 +17,8 @@
            var iconKey = _class == 3 ? "OneStageHuawen" : _class == 4 ? "TwoStageHuawen" : "ThreeStageHuawen";
            m_BackGround.SetSprite(iconKey);
            m_BackGround.SetNativeSize();
            m_BackGround1.SetSprite(iconKey);
            m_BackGround1.SetNativeSize();
        }
    }
}