mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 17:55:37 +08:00
修改
This commit is contained in:
@@ -520,7 +520,7 @@ export default {
|
||||
//判断是否完成
|
||||
let completeType=this.curriculumData.completeSetup;
|
||||
let completeSecond=this.curriculumData.second;
|
||||
if(!completeSecond || completeType=0){
|
||||
if(!completeSecond || completeType==0){
|
||||
completeSecond=5;//如果没有就采用默认的时间了
|
||||
}
|
||||
if(this.contentData.status<9){ //因为1按进度,2按时长都是计算时间,所以这里直接大于0处理
|
||||
|
||||
Reference in New Issue
Block a user