mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix allpoint display
This commit is contained in:
@@ -87,6 +87,7 @@ async function getAllPoints() {
|
||||
)
|
||||
if (data.code == 200) {
|
||||
console.log('[point] 已获取积分')
|
||||
points.value = data.data
|
||||
return data.data
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user