zs hace 6 meses
padre
commit
9757643b30
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) => {