Browse Source

活动图片路径修改

zhangyuqian 1 year ago
parent
commit
2ad0e223a2

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ActivityThemeLuckyBox/ActivityThemeLuckyBoxView.cs

@@ -73,7 +73,7 @@ namespace GFGGame
                 float proportion = width / height;
                 float proportion = width / height;
                 float targetWidth = proportion * _ui.target.height;
                 float targetWidth = proportion * _ui.target.height;
                 _ui.m_card.m_ComCardImgRes.target.width = targetWidth;
                 _ui.m_card.m_ComCardImgRes.target.width = targetWidth;
-                _ui.m_card.m_ComCardImgRes.m_loaCard.url = ResPathUtil.GetBgImgPath("bg_jfyl");
+                _ui.m_card.m_ComCardImgRes.m_loaCard.url = ResPathUtil.GetBgImgPath("bg_jfyl","jpg");
             }
             }
             else
             else
             {
             {