fix :1、先删除H5代码

This commit is contained in:
2026-07-07 20:03:00 +08:00
parent 03b3ad4364
commit 3fd1e034c9
36 changed files with 33895 additions and 34364 deletions
+2
View File
@@ -172,6 +172,8 @@ public class SaveingPotHelper
}
public static string getChNumber(float cash)
{
var exchangeRateVo = GameHelper.GetExchangeRateVo();
cash = exchangeRateVo.Multi * cash;
return $"{cash:N}";
}