BUG 25947
This commit is contained in:
@@ -34,9 +34,9 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
uni.setNavigationBarTitle({title: '居民互动'})
|
uni.setNavigationBarTitle({title: '居民互动'})
|
||||||
},
|
},
|
||||||
methods: {
|
mounted() {
|
||||||
|
document.title = "居民互动"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -44,6 +44,7 @@ export default {
|
|||||||
uni-page-body {
|
uni-page-body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.AppPageInteraction {
|
.AppPageInteraction {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user