百色农校完成

This commit is contained in:
2025-05-16 20:15:45 +08:00
parent e97d08f410
commit e37c9640a8
17 changed files with 51 additions and 47 deletions

View File

@@ -89,10 +89,7 @@ const reload = async () => {
limit: 8,
categoryId: props.categoryId
}).then(res => {
list.value = res?.list.map(d => {
d.image = getImage(d.image)
return d;
}) || [];
list.value = res?.list || [];
})
}
reload();