小程序
小游戏
企业微信
微信支付
扫描小程序码分享
api:wx.openCustomerServiceChat
微信版本:8.0.47
基础库:3.3.4
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
代码是怎么写的呢?
如果是像下面这样写的话,那就会跳到小程序客服,后面又跳到企业微信客服,建议把 open-type="contact" 删掉。
// wxml <button open-type="contact" bindtap="openCustomerServiceChat">联系客服</button> //js openCustomerServiceChat(){ wx.openCustomerServiceChat({ extInfo: {url: ''}, corpId: '', success(res) {} }) }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
代码是怎么写的呢?
如果是像下面这样写的话,那就会跳到小程序客服,后面又跳到企业微信客服,建议把 open-type="contact" 删掉。
// wxml <button open-type="contact" bindtap="openCustomerServiceChat">联系客服</button> //js openCustomerServiceChat(){ wx.openCustomerServiceChat({ extInfo: {url: ''}, corpId: '', success(res) {} }) }