|
@@ -36,6 +36,7 @@ const handleRecommend = (id: string) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
async function fetchData() {
|
|
async function fetchData() {
|
|
|
|
|
+ console.log('fetchData test')
|
|
|
loading.value = true
|
|
loading.value = true
|
|
|
const res = await fetchModel()
|
|
const res = await fetchModel()
|
|
|
console.log(res, 'res')
|
|
console.log(res, 'res')
|