Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -580,13 +580,13 @@ onMounted(async () => { | ... | @@ -580,13 +580,13 @@ onMounted(async () => { |
| 580 | } | 580 | } |
| 581 | 581 | ||
| 582 | default_list.value = task_list.value; | 582 | default_list.value = task_list.value; |
| 583 | - } else { | 583 | + } |
| 584 | + } | ||
| 585 | + else { | ||
| 584 | // 课程不存在,跳转到课程主页面 | 586 | // 课程不存在,跳转到课程主页面 |
| 585 | showToast('课程不存在') | 587 | showToast('课程不存在') |
| 586 | router.push('/courses') | 588 | router.push('/courses') |
| 587 | } | 589 | } |
| 588 | - } | ||
| 589 | - | ||
| 590 | 590 | ||
| 591 | // TAG: 录入个人信息表单的标记, 进入页面时清理所有info_entry_completed_开头的localStorage标记 | 591 | // TAG: 录入个人信息表单的标记, 进入页面时清理所有info_entry_completed_开头的localStorage标记 |
| 592 | const keysToRemove = [] | 592 | const keysToRemove = [] | ... | ... |
-
Please register or login to post a comment