收藏
回答

wx.openDocument fail 回调 errMsg 小bug

框架类型 操作系统 工具版本
小程序 macOS v1.02.1802080
wx.openDocument({
    fail: res => {
        console.log(res.errMsg);
    }
 })


输出:

openDocument:fail file not exist'


最后的 ' 是多的吧...


回答关注问题邀请回答
收藏
登录 后发表内容