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)