liukangdong
2024-08-05 00bf17838b496e6fcfed2e521f9c27f8f0e3e3c7
wechat_staff/pages/kefu/index.js
@@ -22,9 +22,10 @@
    }
  },
  handleShare() {
    const { info } = this.data
    wx.navigateToMiniProgram({
      appId: 'wxcd2b89fd2ff065f8',
      path: `/pages/kefu/index`,
      path: `/pages/kefu/index?title=专属客服&id=${info.id}`,
      envVersion: 'trial'
    })
  },