求教:official-account没有回调
使用条件都配置好了,在模拟器里写了这个
<official-account bindload=‘bindload’ binderror=‘binderror’></official-account>
在js里写了这个
bindload: function (e) {
console.log(e)
},
binderror: function (e) {
console.log(e)
}
然后什么返回都没有😂,按理说不管调用成不成功,都应该有个回调啊。。。这是什么神仙问题啊😂
3 回复
麻烦提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)