26037
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -51,6 +51,9 @@ export default {
|
||||
this.getClassDetail()
|
||||
this.getVideoList()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '党员学习'
|
||||
},
|
||||
methods: {
|
||||
change(index) {
|
||||
this.current = index;
|
||||
|
||||
Reference in New Issue
Block a user