From 1af5986b1be029aa1fb8c0a91c742d22cc1090d2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 9 Mar 2022 14:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppMeetingNotice/detail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/saas/AppMeetingNotice/detail.vue b/src/saas/AppMeetingNotice/detail.vue index d746c2a5..6fcf8b11 100644 --- a/src/saas/AppMeetingNotice/detail.vue +++ b/src/saas/AppMeetingNotice/detail.vue @@ -235,6 +235,7 @@ export default { }, onShow() { + document.title = "会议详情"; this.$dict.load("meetStatus"); wx.hideOptionMenu(); },