排查问题

This commit is contained in:
zhangsir
2024-07-19 14:04:01 +08:00
parent 482458d409
commit 9fbfa463a7

View File

@@ -799,6 +799,7 @@
apiManage.userTaskList(params).then(res => {
if(res.code==200){
console.log(res.data,'res.data')
res.data.records.forEach(r=>{
//r.cmtask_imgurl='/upload/static/images/course/courseDefault.png';
if (r.cmtask_imgurl && r.cmtask_imgurl.startsWith('/upload')) {
@@ -806,6 +807,7 @@
}
// console.log('aaa='+r.cmtask_imgurl);
})
console.log(res,'res')
this.taskCount = parseInt(res.data.total);
this.couresList.push(...res.data.records);
// if(Object.keys(this.detailData).length&&this.detailData.growName.includes(this.loadkeyword)&&(this.boeStatus===''||this.detailData.studyStatus==this.boeStatus)){
@@ -822,6 +824,7 @@
this.taskHasMore = false;
this.loadStatus='noMore';
}
console.log('这里将进行取消加载')
//检查是否是第一次加载,这里的控制已经移到 初次加载中了
// if (this.isOne && res.data.records.length == 0) {
// this.tabIndex = 1;