mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
修改顺序问题
This commit is contained in:
@@ -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];
|
||||
//要不要在这里处理?
|
||||
|
||||
Reference in New Issue
Block a user