diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index 47ffe472..4263d72a 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -18,7 +18,7 @@ export default { url: '../AppResidentActivitie/AppResidentActivities' }, { - name: '通知公告', + name: '小程序公告', icon: require('./img/xcxgg.png'), url: '../AppUniMsg/AppUniMsg' }, @@ -31,7 +31,7 @@ export default { headerBg: require('./img/header-bg.png'), } }, - onShow(){ + onShow() { document.title = "居民互动" } } diff --git a/src/apps/AppUniMsg/Add.vue b/src/apps/AppUniMsg/Add.vue index dff100e8..896b9d8c 100644 --- a/src/apps/AppUniMsg/Add.vue +++ b/src/apps/AppUniMsg/Add.vue @@ -3,21 +3,22 @@