liukangdong
2024-07-23 67691fedbabb03a2c5997da4951763ba5a8f4a9f
wechat_jiaxuan/pages/kefu/index.js
@@ -21,6 +21,25 @@
      this.getDetail(options.id)
    }
  },
  toSever () {
    console.log('客服');
    try {
      wx.openCustomerServiceChat({
        extInfo: {
          url: "https://work.weixin.qq.com/kfid/kfcfbccadc81cd01c0b?enc_scene=ENC5EhZgjepB9zsutZUQ5AiRnyN7GamomkuWsUA4bwigukSK6w5pVyRzcNDKurjFDNDC7" //客服ID
        },
        corpId: 'ww3686d2bb864ce3e2', //企业微信ID
        success(res) {
          console.log('连接客服成功');
        }
      })
    } catch (error) {
      wx.showToast({
        title: '请更新至微信最新版本',
        icon: 'none'
      })
    }
  },
  getDetail(id) {
    getCustomizedNewsDetail({id}).then(res => {
      this.setData({