wupengfei
2025-11-10 cc4dc1e11c29ae4cd2a4848c66ea38e1d6486202
packages/utils/file.ts
@@ -100,7 +100,7 @@
export function openDocument(url: string) {
  Taro.downloadFile({
    url: url,
    url: encodeURI(url),
    success: function (res) {
      var filePath = res.tempFilePath;
      Taro.openDocument({