liukangdong
2024-07-31 997036b27927bcc1e9207a40b7a69c106a10f30c
wechat_staff/pages/detailDis/case.js
@@ -39,6 +39,20 @@
  openShare() {
    this.setData({showShare: true})
  },
  priviewLayout() {
    wx.previewImage({
      urls: [this.data.info.layoutUlr]
    })
  },
  priviewSpace(e) {
    const url = e.currentTarget.dataset.url
    const index = e.currentTarget.dataset.index
    const { info } = this.data
    wx.previewImage({
      urls: info.apiSpaceCaseVos[index].imgList,
      current: url
    })
  },
  handleShare() {
    console.log('点击了分享');
    actionDo({ actionType: 'share', id: this.data.info.id })
@@ -86,7 +100,8 @@
        wx.showToast({title: flag ? '收藏成功' : '取消收藏'})
        this.setData({
          info
        })
        })
        wx.setStorageSync('conentCountTemp', this.data.info)
      })
    }
  },
@@ -113,7 +128,8 @@
      }})
      wx.setNavigationBarTitle({
        title: res.data.title
     })
     })
     wx.setStorageSync('conentCountTemp', this.data.info)
    })
  },
  handleDesign() {