26037
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user