feat:完善功能

This commit is contained in:
zjc
2025-01-26 01:27:56 +08:00
parent fd726ead46
commit 21fb9a9c59
11 changed files with 165 additions and 23 deletions

View File

@@ -175,6 +175,7 @@
isSkip.value = false
isBack.value = true
let res = await getSpotListApi()
console.log(res, '============')
navLeft.value = res.data
current.value = 0
title.value = navLeft.value[current.value].name

View File

@@ -91,7 +91,7 @@
}
}
},
color: ['#F15A25', '#01FEFE', '#12B5FD'],
// color: ['#F15A25', '#01FEFE', '#12B5FD'],
polar: {
center: ['50%', '40%']
},