以pro2.1 为例
修改:pages/user/index.vue在297行
@click="gowxchat"替换open-type='contact'
修改:pages/user/index.vue在986行增加方法
// 微信客服配置
gowxchat() {
wx.openCustomerServiceChat({
extInfo: {
url: '你的客服链接'
},
corpId: '你的企业微信Id',
success(res) {
console.log(res);
},
fail(res) {
console.log(res);
}
})
},
修改:pages/index/components/customerService.vue在16行
@click="gowxchat"替换open-type='contact'
修改:pages/user/index.vue在45行增加方法
// 微信客服配置
gowxchat() {
wx.openCustomerServiceChat({
extInfo: {
url: '你的客服链接'
},
corpId: '你的企业微信Id',
success(res) {
console.log(res);
},
fail(res) {
console.log(res);
}
})
},
修改:pages/users/order_details/index.vue在154行
@click="gowxchat"替换open-type='contact'
修改:pages/users/order_details/index.vue在160行
// 微信客服配置
gowxchat() {
wx.openCustomerServiceChat({
extInfo: {
url: '你的客服链接'
},
corpId: '你的企业微信Id',
success(res) {
console.log(res);
},
fail(res) {
console.log(res);
}
})
},
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}