wx.openDocument fail 回调 errMsg 小bug
发布于 6 年前 作者 eyao 18481 次浏览 来自 问答
wx.openDocument({
    fail: res => {
        console.log(res.errMsg);
    }
 })

输出:

openDocument:fail file not exist’

最后的 ’ 是多的吧…

回到顶部