setNavigationBarTitle
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
<component :is="currentTab.comp" />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
@@ -30,6 +29,9 @@ export default {
|
||||
id: '',
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '居民详情' })
|
||||
},
|
||||
computed: {
|
||||
tabs() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user