wupengfei
3 天以前 4db3e7cf1ebc85f13c1381b9b61e8a1126087a71
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({