提交 6fd40826 authored 作者: 曹末's avatar 曹末

pdf查看恢复

上级 aa0b34e9
......@@ -61,27 +61,23 @@ Page({
type,
fileIds
} = item
if (type === "pdf") {
wx.cloud.downloadFile({
fileID: fileIds[0],
success(res) {
if (res.statusCode === 200) {
wx.openDocument({
filePath: res.tempFilePath,
fileType: "pdf"
})
}
}
})
} else {
wx.navigateTo({
url: '/pages/contract-detail/index?item=' + JSON.stringify(item),
})
// console.log(type)
// if (type === "pdf") {
// wx.cloud.downloadFile({
// fileID: fileIds[0],
// success(res) {
// if (res.statusCode === 200) {
// wx.openDocument({
// filePath: res.tempFilePath,
// fileType: "pdf"
// })
// }
// }
// })
// } else {
// wx.previewImage({
// urls: fileIds // 需要预览的图片http链接列表
// })
// }
}
},
openAction(e) {
if (this.data.isAdmin) {
......@@ -123,7 +119,7 @@ Page({
this.onRefresh()
})
})
.catch(() => {});
.catch(() => { });
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论