fix:1、修复bug。2、添加跳转亚马逊。
This commit is contained in:
@@ -63,7 +63,9 @@ public class SaveingPotClass
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
return $"{amount:N}";
|
||||
var exchangeRateVo = GameHelper.GetExchangeRateVo();
|
||||
var cash = exchangeRateVo.Multi * amount;
|
||||
return $"{cash:N}";
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user