会议通知

This commit is contained in:
liuye
2021-12-24 11:28:40 +08:00
parent 458e264db0
commit c59fefcdce
3 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ export default {
},
onShow() {
document.title = "会议通知";
uni.setNavigationBarTitle({title: '会议通知'})
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
this.getData();
},