参数错误

This commit is contained in:
daihh
2023-03-10 03:08:51 +08:00
parent 58614b1a39
commit 96e912ad21

View File

@@ -38,7 +38,7 @@ import portalFooter from "@/components/PortalFooter.vue";
} else if(this.type == 'quizsummary'){
this.url = `${urlPre}/web/quizsummary?detailId=${this.id}&inner=1`
}else if(this.type==3) {// 如果没有type,学习任务页面
this.url = `${urlPre}/web/todo/detail?id=${this.cmtask_id}&inner=1`
this.url = `${urlPre}/web/todo/detail?id=${this.id}&inner=1`
}
},