diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua index 62a39053c3..10a9346763 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua @@ -141,6 +141,7 @@ function this:BindEvent() Util.AddClick(this.startBtn,function() if costNum>BagManager.GetItemCountById(UpViewRechargeType.YunYouVle) then PopupTipPanel.ShowTip(Language[12006]) + UIManager.OpenPanel(UIName.GeneralPopup,GENERAL_POPUP_TYPE.XiaoYaoYouItemExchange,98) return end if curGridIndex>=#allGridData then