会议通知

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() { onShow() {
document.title = "会议通知"; uni.setNavigationBarTitle({title: '会议通知'})
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter"); this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
this.getData(); this.getData();
}, },

View File

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

View File

@@ -67,7 +67,7 @@ export default {
} }
}, },
onShow() { onShow() {
document.title = "我发起的"; uni.setNavigationBarTitle({title: '我发起的'})
}, },
created() { created() {
this.injectJWeixin(['sendChatMessage']).then(() => { this.injectJWeixin(['sendChatMessage']).then(() => {