xiyou_sanguo
zhangjiannan 2025-11-21 11:59:48 +08:00
parent 6d3f9b61c8
commit b9e313cac3
2 changed files with 2 additions and 1 deletions

View File

@ -2551,7 +2551,7 @@ end
--只有英文截取长度
function SubString2(inputstr, num)
--if GetCurLanguage() == 0 then
--return inputstr
--return inputstr
--end
if not inputstr or inputstr == "" then
return ""

View File

@ -936,6 +936,7 @@ local jumpDic = {
function this.JumpActivity(data, skipfactor, guideType)
local isOpen = DynamicActivityManager.IsActivityOpenByJumpIndex(data, skipfactor)
if not isOpen then
PopupTipPanel.ShowTip(Language[11097])
this.isOpen = false