-
zhangwei
2025-01-23 e5a77d6a551d13e4cf74624b31b0fa3e328b304d
src/common/utils/util.js
@@ -850,7 +850,10 @@
         url: urlPdf,
         success: function(res) {
            var filePath = res.tempFilePath;
            const index = urlPdf.lastIndexOf(".");
            const suffix = urlPdf.substring(index + 1);
            uni.openDocument({
               fileType: suffix,
               filePath: filePath,
               showMenu: true,
               success: function(res) {