lll
liukangdong
2024-07-26 7751c8e6aa0aced5403954ef871cb996949cbafc
wechat_staff/components/detailFooter/index.js
@@ -29,6 +29,24 @@
    })
  },
  methods: {
    handleShare() {
      let map = [
        '/pages/detailDis/product',
        '/pages/detailDis/case',
        '/pages/detailDis/realpic',
        '/pages/consult/detail',
      ]
      const { info,  path} = this.data
      wx.navigateToMiniProgram({
        appId: 'wx208dd1edc0be24ee',
        path: map[path],
        envVersion: 'trial',
        extraData: {
          id: info.id,
          origin: 'b'
        }
      })
    },
    handleEnjoy() {
      const {
        info