From 73871d5830d78d38ea5120bbbe04bbc933a1e3b0 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 22:00:36 +0800 Subject: [PATCH] 26037 --- src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue | 3 +++ src/apps/AppPartyHistoryEducation/videoDetail.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue b/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue index 77a0d4a1..54c3fd90 100644 --- a/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue +++ b/src/apps/AppPartyHistoryEducation/AppPartyHistoryEducation.vue @@ -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) => { diff --git a/src/apps/AppPartyHistoryEducation/videoDetail.vue b/src/apps/AppPartyHistoryEducation/videoDetail.vue index 1d5872f5..207ba3ed 100644 --- a/src/apps/AppPartyHistoryEducation/videoDetail.vue +++ b/src/apps/AppPartyHistoryEducation/videoDetail.vue @@ -51,6 +51,9 @@ export default { this.getClassDetail() this.getVideoList() }, + onShow() { + document.title = '党员学习' + }, methods: { change(index) { this.current = index;