''
liukangdong
2024-07-24 4e069fd2c9469702f03b5a7280bfa9cede0ae239
wechat_jiaxuan/pages/detailDis/realpic.js
@@ -35,7 +35,10 @@
      actionType,
      id: this.data.info.id
    }).then(res => {
      info.isCollection = !info.isCollection
      info.collection = !info.collection
      wx.showToast({
        title: actionType == 'collect' ? '收藏成功' : '取消收藏',
      })
      this.setData({info})
    })
  },