wx.openDocument()打开过大的PDF文件(10M),整个微信直接闪退?机型苹果X,ios14.2,微信版本号8.0.50 机型苹果13,ios17.3.1,微信版本号8.0.50 wx.openDocument({ filePath: tempFilePath, showMenu: true, fileType: "pdf", success: function (res) {}, fail: function (error) { Message.toast(error); } });