赞
踩
1.关于微信小程序打开客服有两种情况:小程序客服和企业客服
情况分别是如下效果
1.小程序客服
 {
// #ifdef MP-WEIXIN
// console.log('微信环境!!');
wx.openCustomerServiceChat({
extInfo: {url: '连接地址'},
corpId: '企业微信id',
success(res) {}
})
// #endif
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。