获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
个人案例
hbjxzn
test
test扫码体验
- 调试器输出右侧如何设置才不显示诸如 “....js?t=wechat&s=34wfdsr3432"
[图片] 或者哪个配置文件如何配置才不显示如图“红括号”内的js调用信息! 谢谢!
03-20 - <button open-type="contact">无法获取bindcontact回调的参数
<button open-type="contact" bindcontact="handleContact"></button> https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/customer-message.html 你们官方给的示例代码无法获取信息: handleContact (e) { console.log(e.detail.path) console.log(e.detail.query) } 其中e.detail.path和e.detail.query返回内容为空,烦请官方给出解释。
2022-12-26