jwyu %!s(int64=3) %!d(string=hai) anos
pai
achega
75d705f15c
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      src/components/Comment.vue

+ 5 - 0
src/components/Comment.vue

@@ -109,6 +109,11 @@ const getMyCommnet=async ()=>{
     })
     if(res.code===200){
         myCommentList.value=res.data.list||[]
+        if(res.data.is_show_name==0){
+            msgState.hasNickName=false
+        }else{
+            msgState.hasNickName=true
+        }
     }
 }