This commit is contained in:
jxxghp
2024-05-06 12:37:34 +08:00
parent 3079483e6b
commit d51694e1cb
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -11,10 +11,7 @@ interface Props {
</script> </script>
<template> <template>
<VEmptyState <VEmptyState :image="image" size="250">
:image="image"
size="250"
>
<template #title> <template #title>
<div class="mt-8 text-2xl"> <div class="mt-8 text-2xl">
{{ props.errorTitle }} {{ props.errorTitle }}
@@ -22,7 +19,7 @@ interface Props {
</template> </template>
<template #text> <template #text>
<div class="text-subtitle"> <div class="text-subtitle mt-3">
{{ props.errorDescription }} {{ props.errorDescription }}
</div> </div>
</template> </template>
+1 -1
View File
@@ -119,7 +119,7 @@ async function fetchData({ done }: { done: any }) {
v-if="dataList.length === 0 && isRefreshed" v-if="dataList.length === 0 && isRefreshed"
error-code="404" error-code="404"
error-title="没有数据" error-title="没有数据"
error-description="未获取到热门订阅数据服务器无法连接" error-description="未获取到热门订阅数据未开启数据分享或服务器无法连接"
/> />
</VInfiniteScroll> </VInfiniteScroll>
</template> </template>