feat:完善首页功能

This commit is contained in:
zjc
2025-01-15 11:20:32 +08:00
parent ebac43f818
commit ef5cb642ca
14 changed files with 163 additions and 111 deletions

View File

@@ -22,7 +22,11 @@
watch(
() => props.list,
(val) => {
if (val.length > 0) init()
if (val.length > 0) {
setTimeout(() => {
init()
}, 1000)
}
},
{
immediate: true