openDocument 打开附件文档会闪烁?

发布于 9 年前作者 hanping7934 次浏览最后编辑 9 年前来自 issues
wx.openDocument({
      filePath,
      success() {
        typeof cb === 'function' && cb();
        action = 'success';
      },
      fail() {
        toast.basic.showToast({
          title: '打开文件失败',
        }, that);
        action = 'error';
      },
      complete() {},
    });

打开附件的时候会闪烁手机型号名称:iPhone Xs Max

1 回复
ctan
ctan1 楼6 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html