liukangdong
2024-07-30 1a6905045d38bb50b0c6554c3440bdfd339c8d23
wechat_staff/components/detailFooter/index.js
@@ -29,6 +29,20 @@
    })
  },
  methods: {
    handleShare() {
      let map = [
        '/pages/detailDis/product',//产品详情
        '/pages/detailDis/case',//案例详情
        '/pages/detailDis/realpic',//实景详情
        '/pages/consult/detail',//资讯详情
      ]
      const { info,  path} = this.data
      wx.navigateToMiniProgram({
        appId: 'wxcd2b89fd2ff065f8',
        path: `${map[path]}?origin=b&id=${info.id}&userId=${wx.getStorageSync('member').id}`,
        envVersion: 'trial'
      })
    },
    handleEnjoy() {
      const {
        info