fix:项目证书任务回显问题

This commit is contained in:
wyx
2023-03-27 14:17:56 +08:00
parent 5d8dfd6beb
commit feb2998cf2
2 changed files with 3 additions and 4 deletions

View File

@@ -580,11 +580,10 @@ export default {
state.selectTaskId = info.finishType == 3 ? info.finishValue : null; state.selectTaskId = info.finishType == 3 ? info.finishValue : null;
state.selectExamId = info.finishType == 4 ? info.finishValue : null; state.selectExamId = info.finishType == 4 ? info.finishValue : null;
state.score = info.finishType == 5 ? info.finishValue : null; //积分 state.score = info.finishType == 5 ? info.finishValue : null; //积分
let timer = setInterval(() => { let timer = setInterval(() => {
if ( if (
state.stageList.length !== 0 && state.stageList.length !== 0 ||
state.taskList.length !== 0 && state.taskList.length !== 0 ||
state.examList.length !== 0 state.examList.length !== 0
) { ) {
if (info.finishType == 2) { if (info.finishType == 2) {

View File

@@ -408,7 +408,7 @@ export default {
justify-content: center; justify-content: center;
margin-left: 32px; margin-left: 32px;
cursor: pointer; cursor: pointer;
background: #388be1; background: #4ea6ff;
border-radius: 8px; border-radius: 8px;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;