cxmo 7 сар өмнө
parent
commit
287d715862

+ 1 - 1
src/views/report/Detail.vue

@@ -150,7 +150,7 @@ function getAuthorFollowState(){
         names:reportInfo.value.Author
     }).then(res=>{
         if(res.Ret === 200&&res.ErrCode===0){
-            reportInfo.value.IsFollowed = res.data.followType==='following'
+            reportInfo.value.IsFollowed = res.data.followStatus==='following'
         }
     })
 }