zs 6 tháng trước cách đây
mục cha
commit
9757643b30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {