【跳转】碧海卷使用按钮跳转位置不正确

jiaoyangna 2020-10-15 16:05:53 +08:00
parent 25d4148059
commit 1184cd3f76
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ local jumpDic = {
if data.ShowArt == 1 then
UIManager.OpenPanel(UIName.ExpertPanel,data[1])
else
UIManager.OpenPanel(UIName.DynamicActivityPanel,9)
UIManager.OpenPanel(UIName.DynamicActivityPanel,10)
end
else
PopupTipPanel.ShowTip(Language[11503])