|
@@ -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
|
|
{
|
|
{
|