图片修改及测试

This commit is contained in:
daihh
2023-03-10 01:25:40 +08:00
parent fcdac1d62c
commit 71907bf089
2 changed files with 21 additions and 20 deletions

View File

@@ -520,6 +520,9 @@
apiManage.userTaskList(params).then(res => {
if(res.code==200){
// res.data.records.forEach(r=>{
// r.cmtask_imgurl='/upload/temp/1647074306.jpg';
// })
this.taskCount = parseInt(res.data.total);
this.couresList.push(...res.data.records);
if (this.taskCount > this.taskPageIndex * this.taskPageSize) {