获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我的是pc端可以打开doc文档,iphone打不开,安卓可以打开 Taro.downloadFile({ url: item, success: function (res) { console.log('res.tempFilePath------> ', res.tempFilePath); const filePath = res.tempFilePath; Taro.openDocument({ filePath: filePath, showMenu: true, //开启右上角菜单选项 }); }, });
PC版微信调用wx.openDocument无法打开word,手机上没问题,设置了fileType?wx.openDocument(),PC微信版本:3.9.8.15
2023-12-12