fix :1、先删除H5代码
This commit is contained in:
@@ -172,6 +172,8 @@ public class SaveingPotHelper
|
||||
}
|
||||
public static string getChNumber(float cash)
|
||||
{
|
||||
var exchangeRateVo = GameHelper.GetExchangeRateVo();
|
||||
cash = exchangeRateVo.Multi * cash;
|
||||
return $"{cash:N}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user