Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-06-09 15:44:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1353f41ee070ec0932d3d46524ffe8dcb4d5182c
1353f41e
1 parent
0e815bfd
fix(StudyCoursePage): 修复检查任务列表长度时的引用错误
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/study/StudyCoursePage.vue
src/views/study/StudyCoursePage.vue
View file @
1353f41
...
...
@@ -415,7 +415,7 @@ const handleCheckInSubmit = async () => {
};
const goToCheckin = () => {
if(!task_list.length) {
if(!task_list.
value.
length) {
showToast('暂无打卡任务');
return;
}
...
...
Please
register
or
login
to post a comment