consolelog
This commit is contained in:
parent
82e6bc6087
commit
59fa8d61c9
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user