.
This commit is contained in:
@@ -600,6 +600,7 @@
|
|||||||
// 补卡
|
// 补卡
|
||||||
buSign(day) {
|
buSign(day) {
|
||||||
console.log('正在补卡', this.taskInfo)
|
console.log('正在补卡', this.taskInfo)
|
||||||
|
return false
|
||||||
if (!this.taskInfo.id) {
|
if (!this.taskInfo.id) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '当天未发布打卡任务,不可补卡哦',
|
title: '当天未发布打卡任务,不可补卡哦',
|
||||||
|
|||||||
@@ -73,7 +73,8 @@
|
|||||||
// 获取打卡图书
|
// 获取打卡图书
|
||||||
getfreeBook(){
|
getfreeBook(){
|
||||||
if(this.contentShow == 1){
|
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,
|
'userId': this.userInfo.id,
|
||||||
limit: 100,
|
limit: 100,
|
||||||
page:1,
|
page:1,
|
||||||
@@ -86,7 +87,8 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.$http.post('book/clockinPunch/getBestClockBooks', {
|
//this.$http.post('book/clockinPunch/getBestClockBooks', {
|
||||||
|
this.$http.post('book/clock/getUserClockBestBooks', {
|
||||||
'userId': this.userInfo.id,
|
'userId': this.userInfo.id,
|
||||||
limit: 100,
|
limit: 100,
|
||||||
page:1,
|
page:1,
|
||||||
|
|||||||
Reference in New Issue
Block a user