fix allpoint display

This commit is contained in:
2024-03-13 12:06:40 +08:00
parent fbff4d8a22
commit 2686c14397

View File

@@ -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) {