diff --git a/src/apps/AppMeetingNotice/belongToMe.vue b/src/apps/AppMeetingNotice/belongToMe.vue index ec1cad0c..8b51ff7d 100644 --- a/src/apps/AppMeetingNotice/belongToMe.vue +++ b/src/apps/AppMeetingNotice/belongToMe.vue @@ -62,6 +62,9 @@ export default { ] } }, + onShow() { + document.title="我发起的"; + }, created() { this.injectJWeixin(['sendChatMessage']).then(() => { this.getList()