openDocument打不开xls

发布于 6 年前作者 xuexia9744 次浏览最后编辑 6 年前来自 ask

-真机调试的时候已经进入了success中,但是打不开xls,

可是模拟器中又是正常的。

wx.openDocument({

filePath: fliepath,

fileType: ‘xls’,

success: function (res) {

wx.hideLoading()

console.log(‘打开文档成功’)

}, fail: function (res) {

wx.hideLoading()

console.log(res)

}

});

1 回复
fangchen
fangchen1 楼5 年前

发现 卸载QQ浏览器后可以正常打开。不知道是怎么回事!