公告页面信息更详细一点

This commit is contained in:
MrZ_26
2024-08-07 13:40:25 +08:00
parent de3e1fcdc7
commit 424a3b3bee
2 changed files with 4 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ function NET.getNotice(count)
if res and res.code==200 then
WAIT.interrupt()
SCN.go('notice',nil,res.data.contents)
SCN.go('notice',nil,noticeLang[SETTING.locale],res.data.contents)
end
end)
end