BUG 25947
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageInteraction">
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" :headerBg="headerBg" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" :headerBg="headerBg"/>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
@@ -34,17 +34,18 @@ export default {
 | 
			
		||||
  created() {
 | 
			
		||||
    uni.setNavigationBarTitle({title: '居民互动'})
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
 | 
			
		||||
  },
 | 
			
		||||
  mounted() {
 | 
			
		||||
    document.title = "居民互动"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
uni-page-body{
 | 
			
		||||
uni-page-body {
 | 
			
		||||
  height: 100%;
 | 
			
		||||
}
 | 
			
		||||
.AppPageInteraction{
 | 
			
		||||
 | 
			
		||||
.AppPageInteraction {
 | 
			
		||||
  height: 100%;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user