fix:1、UI更换(全部更换完)

This commit is contained in:
2026-04-27 10:11:52 +08:00
parent 7c23d255e6
commit db90a6e485
141 changed files with 994 additions and 1344 deletions
+6 -5
View File
@@ -129,9 +129,9 @@ namespace LoveLegend
{
var add = FXManager.Instance.SetFx<SkeletonAnimation>(ui.anim_bg, Fx_Type.fx_add_box, ref closeCallback);
add.state.SetAnimation(0, "animation", true);
// var add = FXManager.Instance.SetFx<SkeletonAnimation>(ui.anim_bg, Fx_Type.fx_add_box, ref closeCallback);
// add.state.SetAnimation(0, "animation", true);
//
ui.btn_close.SetClick(() =>
{
@@ -150,8 +150,9 @@ namespace LoveLegend
var need = AdExchangeManager.Instance.GetCeilingNeedAds(PurchasingManager.GetPaySku(PayType.buy_one));
var myAd = AdExchangeManager.Instance.GetLookRewardADNum();
ui.tips.SetVar("num", need.ToString()).FlushVars();
ui.ads.SetVar("num", myAd.ToString()).FlushVars();
ui.text_watch_ad.SetVar("needNum", need.ToString()).FlushVars();
ui.tips.SetVar("needAds", need.ToString()).FlushVars();
ui.tips.SetVar("myAds", myAd.ToString()).FlushVars();
}
}
}