导航栏title

This commit is contained in:
liuye
2021-12-23 16:56:41 +08:00
parent 496bd23980
commit 4b766bbeed
11 changed files with 11 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ export default {
this.forms.areaId = this.user.areaId
this.listName = o.listName
this.getType()
uni.setNavigationBarTitle({title: this.listName})
},
mounted() {},

View File

@@ -40,6 +40,7 @@ export default {
this.id = o.id
this.listName = o.listName
this.getType()
uni.setNavigationBarTitle({title: this.listName})
},
mounted() {},
methods: {