modify
This commit is contained in:
@@ -294,7 +294,7 @@ function TRPOrderDetail:initAttachmentCell(cell, data)
|
||||
end
|
||||
|
||||
function TRPOrderDetail:onClickAttachment(cell, data)
|
||||
local had, path = DBTextures.hadDownloaded(data.name)
|
||||
local had, path = DBAttachment.hadDownloaded(data.name)
|
||||
if had then
|
||||
CLUIUtl.showConfirm(
|
||||
joinStr("附件已保存本地:", path),
|
||||
|
||||
Reference in New Issue
Block a user