yyl
2026-03-04 bc1cb6da854cb2e9144f10ed55330a537ecdca16
Main/System/HappyXB/HeroCallWin.cs
@@ -1,8 +1,9 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Cysharp.Threading.Tasks;
using UnityEngine.UI;
/// <summary>
@@ -60,12 +61,12 @@
        //策划改变需求 暂时关闭
        // scoreBtn.AddListener(() =>
        // {
        //     UIManager.Instance.OpenWindow<HeroCallScoreWin>();
        //     UIManager.Instance.OpenWindowAsync<HeroCallScoreWin>().Forget();
        // });
        ruleBtn.AddListener(() =>
        {
            UIManager.Instance.OpenWindow<HeroCallRuleWin>();
            UIManager.Instance.OpenWindowAsync<HeroCallRuleWin>().Forget();
        });
    }
@@ -80,7 +81,7 @@
        HappyXBModel.Instance.RefreshXBTypeInfoAct += Refresh;
        InvestModel.Instance.onInvestUpdate += OnInvestUpdate;
        TimingGiftManager.Instance.OnShowGiftIdListAddEvent += OnShowGiftIdListAddEvent;
        timingGiftCell.InitUI();
        timingGiftCell.InitUI().Forget();
        skipToggle.isOn = LocalSave.GetBool(HeroUIManager.skipKey + PlayerDatas.Instance.baseData.PlayerID, false);
        Refresh();
        openPrivilegeTip.SetActive(!InvestModel.Instance.IsInvested(InvestModel.foreverCardType));
@@ -95,7 +96,7 @@
    private void OnShowGiftIdListAddEvent()
    {
        timingGiftCell.InitUI();
        timingGiftCell.InitUI().Forget();
    }
    void OnInvestUpdate(int type)