chore:智能体客服和原来的客服都在

This commit is contained in:
2025-12-17 15:43:37 +08:00
parent 2a0489d4b2
commit f3bb6a1782
2 changed files with 69 additions and 130 deletions

View File

@@ -230,7 +230,15 @@ export class CustomerService {
this.makePhoneCall();
}
}
// 新增:企业微信客服处理方法
handleQyWeixinKefuClick() {
console.log('企业微信客服点击');
// 实现企业微信客服的逻辑(比如调用企业微信客服接口、跳转企业微信会话等)
// 示例:
wx.navigateTo({
url: '/pages/kefu/qyweixin-kefu'
});
}
/**
* 打开微信小程序客服
* @param {Object} config 客服配置