cxmo hace 7 meses
padre
commit
287d715862
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/report/Detail.vue

+ 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'
         }
     })
 }