这个wx.config里面的 jsApiList需要配置吗?
签名成功了 但是点击事件 不出发。不知道什么原因
<wx-open-launch-app
id="launch-btn"
appid="564544565"
extinfo="your-extinfo"
>
<button class="btn">打开</button>
</wx-open-launch-app>
var btn = document.getElementById('launch-btn');
btn.addEventListener('launch', function (e) {
console.log('success');
});
btn.addEventListener('error', function (e) {
console.log('fail', e.detail);
});
你好,这里乱填的么?
还有问题再如实提供配置信息,复现的微信号,时间点
[Vue warn]: Unknown custom element: