Commit f6397c0a authored by 罗超's avatar 罗超

修改默认

parent 5822595a
......@@ -393,7 +393,7 @@ export default {
.then(res => {
this.loading = false;
this.list = res.Data.PageData.reverse();
this.currentCourse = this.list[this.list.length - 1];
this.currentCourse = this.list[0];
this.getChapters();
})
.catch(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment