同样的问题 待解决[图片]
(vue)微信开发标签wx-open-subscribe,事件返回 isTrusted:false?<wx-open-subscribe :template="options.extend.templateIds" :id="'subscribe-btn' + options.randomId"> <script type="text/wxtag-template"> <style> #btn { zIndex: 1000 !important; width: 100px; height: 100px; color: red; fontSize: 34px; position: relative; background-color: #333; top: -20px; left: -10px; } </style> <div id="btn" style="z-index: 1000; display: inline-block">测试</div> </script> </wx-open-subscribe> let btn = document.getElementById('subscribe-btn' + this.options.randomId); btn.addEventListener('success', function (e) { }); btn.addEventListener('error',function (e) { }); 之前是好的,代码和微信公众号配置都没有改过,但从上周开始一直报这个错误
2021-07-23请问解决了吗
公众号订阅消息, 前端触发订阅, 真机返回数据只有istrusted: false, 请问怎么解决?[图片] 开发工具和真机使用的是同一套前端代码, 开发工具上走模拟数据正常按文档返回, 真机上返回的只有一个字段 istrusted: false, 不知道该怎么解决, 有没有大佬知道哇
2021-07-09