chore:智能体客服和原来的客服都在
This commit is contained in:
@@ -230,7 +230,15 @@ export class CustomerService {
|
||||
this.makePhoneCall();
|
||||
}
|
||||
}
|
||||
|
||||
// 新增:企业微信客服处理方法
|
||||
handleQyWeixinKefuClick() {
|
||||
console.log('企业微信客服点击');
|
||||
// 实现企业微信客服的逻辑(比如调用企业微信客服接口、跳转企业微信会话等)
|
||||
// 示例:
|
||||
wx.navigateTo({
|
||||
url: '/pages/kefu/qyweixin-kefu'
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 打开微信小程序客服
|
||||
* @param {Object} config 客服配置
|
||||
|
||||
Reference in New Issue
Block a user