From 256ca9060f62fe968782fd5b1412df88919b6d52 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Dec 2021 14:03:22 +0800 Subject: [PATCH] BUG 25947 --- .../AppPageInteraction/AppPageInteraction.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index 2af4e85c..e2a74c4e 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -1,6 +1,6 @@ @@ -34,17 +34,18 @@ export default { created() { uni.setNavigationBarTitle({title: '居民互动'}) }, - methods: { - - }, + mounted() { + document.title = "居民互动" + } } \ No newline at end of file +