Merge remote-tracking branch 'yx/202599-da'

This commit is contained in:
joshen
2025-09-29 17:42:32 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

@@ -1690,9 +1690,9 @@
courseId: this.courseId,
cnum: this.totalContent
}
this.contentData.status = 9;
apiVideoStudy.finishStudyItem(params).then(res => {
if (res.status == 200) {
this.contentData.status = 9;
this.contentData.progress = 100;
} else {
console.log("记录完成学习失败:" + res.message + "" + res.error);