|
@@ -147,14 +147,15 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
bindContact() {
|
|
bindContact() {
|
|
|
- wx.openCustomerServiceChat({
|
|
|
|
|
- extInfo: {
|
|
|
|
|
- url: 'https://work.weixin.qq.com/kfid/kfc68fd21608ac5e9d0'
|
|
|
|
|
- },
|
|
|
|
|
- corpId: 'ww7975bc6b305b44e9',
|
|
|
|
|
- complete(res) {
|
|
|
|
|
- console.log(res)
|
|
|
|
|
- }
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ this.$refs.popupKfShow.open()
|
|
|
|
|
+ // wx.openCustomerServiceChat({
|
|
|
|
|
+ // extInfo: {
|
|
|
|
|
+ // url: 'https://work.weixin.qq.com/kfid/kfce39316a3339975af'
|
|
|
|
|
+ // },
|
|
|
|
|
+ // corpId: 'wwb7c792b57c03f17b',
|
|
|
|
|
+ // complete(res) {
|
|
|
|
|
+ // console.log(res)
|
|
|
|
|
+ // }
|
|
|
|
|
+ // })
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|