setNavigationBarTitle

This commit is contained in:
花有清香月有阴
2021-12-24 11:26:12 +08:00
parent 458e264db0
commit ccd60c95d7
6 changed files with 42 additions and 41 deletions

View File

@@ -47,6 +47,7 @@ export default {
},
computed: { ...mapState(['user']) },
onLoad(o) {
uni.setNavigationBarTitle({ title: '新增小程序公告' })
this.id = o.id
this.getDetail()
},