zs 6 months ago
parent
commit
9757643b30
1 changed files with 1 additions and 1 deletions
  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) => {