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.getClassList()
this.getKnowledgeList() this.getKnowledgeList()
}, },
onShow() {
document.title = '党员学习'
},
methods: { methods: {
getTodayList() { getTodayList() {
this.$http.post(`/app/apppartyeducation/list?style=2&size=1&status=1`).then((res) => { 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.getClassDetail()
this.getVideoList() this.getVideoList()
}, },
onShow() {
document.title = '党员学习'
},
methods: { methods: {
change(index) { change(index) {
this.current = index; this.current = index;