This commit is contained in:
liuye
2021-12-24 22:00:36 +08:00
parent 591dc206bc
commit 73871d5830
2 changed files with 6 additions and 0 deletions

View File

@@ -84,6 +84,9 @@ export default {
this.getClassList()
this.getKnowledgeList()
},
onShow() {
document.title = '党员学习'
},
methods: {
getTodayList() {
this.$http.post(`/app/apppartyeducation/list?style=2&size=1&status=1`).then((res) => {

View File

@@ -51,6 +51,9 @@ export default {
this.getClassDetail()
this.getVideoList()
},
onShow() {
document.title = '党员学习'
},
methods: {
change(index) {
this.current = index;