This commit is contained in:
@fawn-nine
2023-10-23 10:05:53 +08:00
parent 6ea49ff709
commit 3d5574df5c
2 changed files with 5 additions and 2 deletions

View File

@@ -73,7 +73,8 @@
// 获取打卡图书
getfreeBook(){
if(this.contentShow == 1){
this.$http.post('book/clockinPunch/myClockBooks', {
// this.$http.post('book/clockinPunch/myClockBooks', {
this.$http.post('book/clock/getUserClockBooks', {
'userId': this.userInfo.id,
limit: 100,
page:1,
@@ -86,7 +87,8 @@
}
});
} else {
this.$http.post('book/clockinPunch/getBestClockBooks', {
//this.$http.post('book/clockinPunch/getBestClockBooks', {
this.$http.post('book/clock/getUserClockBestBooks', {
'userId': this.userInfo.id,
limit: 100,
page:1,