mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
打日志
This commit is contained in:
@@ -1412,7 +1412,9 @@
|
||||
}
|
||||
}
|
||||
con.lastStudyTime = scon.lastStudyTime;
|
||||
console.log('====视频处理progressVideo1',scon.progressVideo);
|
||||
con.progressVideo = scon.progressVideo || 0;
|
||||
console.log('====视频处理progressVideo2',con.progressVideoo);
|
||||
//以下判断是为了兼容之前的问题,学习状态
|
||||
if (scon.status) {
|
||||
con.status = scon.status;
|
||||
|
||||
Reference in New Issue
Block a user