bug
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
},
|
||||
computed: { ...mapState(['user']) },
|
||||
onLoad(o) {
|
||||
uni.setNavigationBarTitle({ title: '新增小程序公告' })
|
||||
uni.setNavigationBarTitle({ title: '新增通知公告' })
|
||||
this.id = o.id
|
||||
this.getDetail()
|
||||
},
|
||||
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
uni.setNavigationBarTitle({ title: '小程序公告' })
|
||||
uni.setNavigationBarTitle({ title: '通知公告' })
|
||||
this.getList()
|
||||
uni.$on('updateList', () => {
|
||||
this.current = 1
|
||||
|
||||
Reference in New Issue
Block a user