diff --git a/src/pages/phone/domesticDetails.vue b/src/pages/phone/domesticDetails.vue index d83b6a6c5..edc0336ee 100644 --- a/src/pages/phone/domesticDetails.vue +++ b/src/pages/phone/domesticDetails.vue @@ -3204,8 +3204,9 @@ export default { }) }, openFileInPdf (attId, oldFileName) { - // this.$preview(attId) + this.$preview(attId) + /* // 判断是否是图片格式,图片格式不预览,直接下载 const index1 = oldFileName.lastIndexOf('.') const index2 = oldFileName.length @@ -3248,6 +3249,7 @@ export default { } else { this.$message.warning('PDG文件,不支持手机端预览') } + */ }, getFileInfo (fileId) { Axios({ diff --git a/src/pages/phone/standDynamics/components/Standard.vue b/src/pages/phone/standDynamics/components/Standard.vue index e39938bd6..0c6717e4f 100644 --- a/src/pages/phone/standDynamics/components/Standard.vue +++ b/src/pages/phone/standDynamics/components/Standard.vue @@ -1,16 +1,17 @@ -