fix:1、添加跳链接的webview的插件。2、修复bug
This commit is contained in:
@@ -90,7 +90,7 @@ namespace RedHotRoast
|
||||
_mLastState = DataMgr.PettyState.Value;
|
||||
// Debug.Log($"PettyState============: {DataMgr.PettyState.Value}");
|
||||
var num = GameHelper.GetCommonModel().SmallReward;
|
||||
ui.com_get_panel.text_reward.text = $"{GameHelper.GetExchangeRateVo().Payicon}{GameHelper.Get102Str(num)}";
|
||||
ui.com_get_panel.text_reward.text = $"{GameHelper.Get102Str(num)}";
|
||||
|
||||
|
||||
ui.com_get_panel.btn_get.SetClick(GotoEnterAccount);
|
||||
@@ -252,12 +252,12 @@ namespace RedHotRoast
|
||||
var pettyAmount = DataMgr.PettyAmount.Value;
|
||||
if (pettyAmount != 0)
|
||||
{
|
||||
ui.com_detail.text_amount.SetVar("num", $" {GameHelper.GetExchangeRateVo().Payicon}{GameHelper.Get102Str(pettyAmount)}").FlushVars();
|
||||
ui.com_detail.text_amount.SetVar("num", $" {GameHelper.Get102Str(pettyAmount)}").FlushVars();
|
||||
}
|
||||
else
|
||||
{
|
||||
var num = GameHelper.GetCommonModel().SmallReward;
|
||||
ui.com_detail.text_amount.SetVar("num", $" {GameHelper.GetExchangeRateVo().Payicon}{GameHelper.Get102Str(num)}").FlushVars();
|
||||
ui.com_detail.text_amount.SetVar("num", $" {GameHelper.Get102Str(num)}").FlushVars();
|
||||
DataMgr.PettyAmount.Value = num;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user