hch
昨天 6521aa56fbeba8d6509d5736bd35b1d42dcc4029
Main/System/Main/HomeWin.cs
@@ -503,7 +503,7 @@
        if (FuncOpen.Instance.IsFuncOpen((int)FuncOpenEnum.Horse))
        {
            horseBGImg.SetActive(true);
            //equipShowSwitch;//当前配置的坐骑外观ID存储在  个位数十位数(最大支持 1~99)
            //equipShowSwitch;//当前配置的坐骑外观ID存储在(最大支持 1~999)
            var skinConfig = HorseSkinConfig.Get(HorseManager.Instance.GetHorseSkinID());
            horseImg.SetOrgSprite(skinConfig.Icon, "Horse");
            horseLVText.text = Language.Get("Horse8",HorseManager.Instance.classLV, HorseManager.Instance.horseLV);