code已经解密过了,就是成功不了
wx.openCard({
cardList: [
{
cardId: 'p4bo3t65xc3zSI3nESCmlBChbi0I',
code: res.data.code
}
],
success: function (res) {
console.log(res)
},
fail: function (res) {
console.log(res)
}
})
网友回复:
请问报什么错?
在工具上不成功还是在真机上不成功?
在开发者工具上不成功
{errMsg: "openCard:fail TypeError: Cannot read property 'baseresponse' of undefined"}
报的这个
你好,这是一个已知问题,我们会尽快进行修复。
请试下真机能不能正确使用。
好的