consolelog

This commit is contained in:
='fauz 2025-10-24 14:13:55 +07:00
parent 82e6bc6087
commit 59fa8d61c9

View File

@ -511,7 +511,7 @@ export default {
}, },
async myPoints(){ async myPoints(){
const points = await getUserPoint(); const points = await getUserPoint();
console.log(points) // console.log(points)
this.points = points.myPoints; this.points = points.myPoints;
this.totalTask = points.activeTaskCount; this.totalTask = points.activeTaskCount;
this.totalDone = points.myActiveTaskCompleteCount; this.totalDone = points.myActiveTaskCompleteCount;