ll
liukangdong
2024-08-27 2c08a98f7e85ec7c9376f27a7933e75e44d672f7
wechat_staff/pages/kefu/index.js
@@ -21,6 +21,14 @@
      this.getDetail(options.id)
    }
  },
  handleShare() {
    const { info } = this.data
    wx.navigateToMiniProgram({
      appId: 'wx208dd1edc0be24ee',
      path: `/pages/kefu/index?title=专属客服&id=${info.id}`,
      envVersion: 'release'
    })
  },
  getDetail(id) {
    getCustomizedNewsDetail({id}).then(res => {
      this.setData({
@@ -40,7 +48,7 @@
          console.log('连接客服成功');
        }
      })
    } catch (error) {
    } catch (error) {
      wx.showToast({
        title: '请更新至微信最新版本',
        icon: 'none'