收藏
回答

<button open-type="contact">无法获取bindcontact回调的参数

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 微信iOS客户端 8.0.31 2.25
<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返回内容为空,烦请官方给出解释。

回答关注问题邀请回答
收藏

1 个回答

  • 临江仙
    临江仙
    08-22

    您好,这个问题解决了吗

    08-22
    有用
    回复
登录 后发表内容