fix:1、添加跳链接的webview的插件。2、修复bug
This commit is contained in:
@@ -1205,7 +1205,7 @@ namespace RedHotRoast
|
||||
{
|
||||
if (RainPlayUI == null)
|
||||
{
|
||||
RainPlayUI = GameObject.Find("(RainPlayUI)sheep_play");
|
||||
RainPlayUI = GameObject.Find("(ArrowGameUI)com_arrow_game");
|
||||
}
|
||||
if (RainPlayUI != null)
|
||||
{
|
||||
@@ -1906,7 +1906,9 @@ namespace RedHotRoast
|
||||
|
||||
public static string GetPriceInt(decimal ch)
|
||||
{
|
||||
return $"${ch:N0}";
|
||||
var vo = GetExchangeRateVo();
|
||||
ch *= (decimal)vo.Multi;
|
||||
return $"{vo.Payicon}{ch:N0}";
|
||||
}
|
||||
|
||||
public static void InitNewWatchCDList(bool isNew = false)
|
||||
|
||||
Reference in New Issue
Block a user