dev_chengFeng
zhangqiang 2020-08-21 18:24:16 +08:00
parent 0759809be9
commit 40bc0cef59
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function GuildTranscriptMainPopup:BindEvent()
end)
else
local timeStar = os.date("%Y时%m分%d", msg.nextTime)
PopupTipPanel.ShowTip(string.format("%s后才可再次使用此功能",timeStar) "XX分XX秒后才可再次使用此功能")
PopupTipPanel.ShowTip(string.format("%s后才可再次使用此功能",timeStar))
end
end)
end)