فهرست منبع

活动图片路径修改

zhangyuqian 1 سال پیش
والد
کامیت
2ad0e223a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ActivityThemeLuckyBox/ActivityThemeLuckyBoxView.cs

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

@@ -73,7 +73,7 @@ namespace GFGGame
                 float proportion = width / height;
                 float targetWidth = proportion * _ui.target.height;
                 _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
             {