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