mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
图片修改及测试
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user