wx.downloadFile({ url: res.data, success: function (res) { const filePath = res.tempFilePath; wx.openDocument({ filePath:filePath , fileType: 'xlsx', showMenu: true }) } }) 我这样也是安卓打开vconsole就可以,怎么办谢谢?
使用 wx.downloadFile()和 wx.openDocument()无法在线阅览小程序?[图片] 现在的问题是:苹果手机是可以正常打开,安卓手机是无法打开;安卓手机打开 vConsole 调试后就可以打开,如何处理。。。
02-01