zs 6 달 전
부모
커밋
9757643b30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/detail/friendDetail.vue

+ 1 - 1
src/views/detail/friendDetail.vue

@@ -64,7 +64,7 @@ const searchOther = async () => {
   const res = await friendStore.list(info)
   if (res.errcode == '0') {
     list.value = res.data
-    activeName.value = res.data[0].id
+    if (res.total > 0) activeName.value = res.data[0].id
   }
 }
 const getUrl = (item) => {