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(){
const points = await getUserPoint();
console.log(points)
// console.log(points)
this.points = points.myPoints;
this.totalTask = points.activeTaskCount;
this.totalDone = points.myActiveTaskCompleteCount;