wx.openDocument fail 回调 errMsg 小bug

发布于 7 年前作者 eyao18537 次浏览最后编辑 7 年前来自 ask
wx.openDocument({
    fail: res => {
        console.log(res.errMsg);
    }
 })

输出:

openDocument:fail file not exist’

最后的 ’ 是多的吧…

0 回复
暂无回复