修改顺序问题

This commit is contained in:
daihh
2022-12-12 18:02:39 +08:00
parent e65d389653
commit 482b17df02

View File

@@ -501,8 +501,8 @@
if(showConId==''){
//取第一条为正在学习的
let treelist=this.catalogTree;
this.curSection=this.treelist[0].sec;
this.curContent=this.treelist[0].children[0];
this.curSection=treelist[0].sec;
this.curContent=treelist[0].children[0];
// this.curContent=this.contentList[0];
// this.curSection=this.sectionList[0];
//要不要在这里处理?