fix:1、修复bug。2、添加跳转亚马逊。
This commit is contained in:
@@ -601,7 +601,7 @@ namespace ChillConnect
|
||||
ch = (decimal)exchangeRateVo.Multi * ch;
|
||||
if (GameHelper.isRDExchangeMode()&&GameHelper.IsGiftSwitch())
|
||||
{
|
||||
string str = "<img src='ui://o9974uc5qbo98'/>";
|
||||
string str = "<img src='ui://o9974uc5qbo98' scale=0.75/>";
|
||||
return str + $"{exchangeRateVo.Payicon}{ch:N}";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user