wx.openDocument fail 回调 errMsg 小bug
wx.openDocument({ fail: res => { console.log(res.errMsg); } }) |
输出:
openDocument:fail file not exist’
最后的 ’ 是多的吧…
wx.openDocument({ fail: res => { console.log(res.errMsg); } }) |
输出:
openDocument:fail file not exist’
最后的 ’ 是多的吧…