hch
2025-12-30 f28b2dd275d6d987e151f3b8ce4f1b5ce398e07a
Main/System/HappyXB/HeroCallResultWin.cs
@@ -68,11 +68,18 @@
    {
        okBtn.AddListener(CloseWindow);
        call1Btn.AddListener(SendHeroCall);
        call1Btn.AddListener(()=>
        {
            HappyXBModel.Instance.HeroCallAfterCheckWish(SendHeroCall);
        });
        call10Btn.AddListener(() =>
        {
            HeroUIManager.Instance.selectCallIndex = 1;
            HappyXBModel.Instance.SendXBManyQuest((int)HeroUIManager.Instance.selectCallType);
            HappyXBModel.Instance.HeroCallAfterCheckWish(() =>
            {
                HeroUIManager.Instance.selectCallIndex = 1;
                HappyXBModel.Instance.SendXBManyQuest((int)HeroUIManager.Instance.selectCallType);
            });
        });
        showNextlhOrCloseBtn.AddListener(()=>
        {