wupengfei
9 天以前 3db5e1ccf03a99e096307bab00b0c73a527cbc0d
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({