百色农校完成
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user