fix:1、UI更换(全部更换完)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user