mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 17:19:47 +02:00
fix info
This commit is contained in:
@ -58,9 +58,9 @@ function IndexController:pdf(...)
|
||||
if r then
|
||||
local mime = std.mimeOf(tmp_file)
|
||||
std.header(mime)
|
||||
std.fb(tmp_file)
|
||||
std.f(tmp_file)
|
||||
return false
|
||||
else
|
||||
return self:error("Sorry.Problem generate PDF file")
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user