diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index b11e4685..47ffe472 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -31,10 +31,7 @@ export default { headerBg: require('./img/header-bg.png'), } }, - created() { - document.title = '居民互动' - }, - mounted() { + onShow(){ document.title = "居民互动" } }