求教:official-account没有回调
使用条件都配置好了,在模拟器里写了这个
<official-account bindload=‘bindload’ binderror=‘binderror’></official-account>
在js里写了这个
bindload: function (e) {
console.log(e)
},
binderror: function (e) {
console.log(e)
}
然后什么返回都没有😂,按理说不管调用成不成功,都应该有个回调啊。。。这是什么神仙问题啊😂
