This commit is contained in:
liuye
2021-12-24 14:06:07 +08:00
parent 402dd36221
commit 746f297947
9 changed files with 14 additions and 7 deletions

View File

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