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