From ba1b4ed726f84ad45a52c355510ab2cc55356de0 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 25 六月 2021 14:28:51 +0800
Subject: [PATCH] 根据id找是否关注
---
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
index d610c2f..19aed0e 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -689,6 +689,7 @@
toggleFollow(data) {
data.IsFollow == "0" ? (data.IsFollow = "1") : (data.IsFollow = "0");
updateFollow({
+ id : data.id,
IsFollow: data.IsFollow,
}).then((res) => {
this.$notify({
--
Gitblit v1.8.0