wx.openDocument({ filePath, success() { typeof cb === 'function' && cb(); action = 'success' ; }, fail() { toast.basic.showToast({ title: '打开文件失败' , }, that); action = 'error' ; }, complete() {}, }); |
打开附件的时候会闪烁 手机型号名称:iPhone Xs Max
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)