会议通知
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = "新增会议";
|
uni.setNavigationBarTitle({title: '新增会议'})
|
||||||
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
|
this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = "我发起的";
|
uni.setNavigationBarTitle({title: '我发起的'})
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.injectJWeixin(['sendChatMessage']).then(() => {
|
this.injectJWeixin(['sendChatMessage']).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user