z***@163.com
z***@163.com
  • 发布:2024-07-22 10:39
  • 更新:2024-07-22 10:39
  • 阅读:32

app跳转微信客服,再返回app后点哪里都没反应了

分类:uni-app

plus.share.getServices(res => {
const wechat = res.find(i => i.id === 'weixin');
if (wechat) {
wechat.openCustomerServiceChat({
corpid: '', // 企业ID
url: 'https://work.weixin.qq.com/####'
}, src => {
console.log('success:');
}, err => {
console.log('error:');
});
} else {
uni.showToast({
title: '当前环境不支持微信操作',
icon: 'error'
});
}
});

2024-07-22 10:39 负责人:无 分享
已邀请:

要回复问题请先登录注册