hch
6 天以前 f086c1ca7c319638ac6713599c299f9b6156a4bf
Main/System/HappyXB/HeroCallResultWin.cs
@@ -71,7 +71,14 @@
            HeroUIManager.Instance.selectCallIndex = 1;
            HappyXBModel.Instance.SendXBManyQuest((int)HeroUIManager.Instance.selectCallType);
        });
        showNextlhOrCloseBtn.AddListener(RefreshLihui);
        showNextlhOrCloseBtn.AddListener(()=>
        {
            if (Time.time - lastShowLHTime < 0.5f)
            {
                return;
            }
            RefreshLihui();
        });
    }
@@ -285,8 +292,10 @@
        }
    }
    float lastShowLHTime = 0;   //上次显示立绘的时间 设置点击间隔
    void RefreshLihui()
    {
        lastShowLHTime = Time.time;
        //汇总品质传说及以上的立绘
        int heroID = 0;
        if (showLHHeroIDList.Count > 0)