This commit is contained in:
wanglei
2021-12-14 16:10:49 +08:00
parent c57a77ab16
commit c264e4ad47
5 changed files with 13 additions and 12 deletions

View File

@@ -74,7 +74,6 @@
},
onLoad(opt) {
document.title = "公告详情";
this.id = opt.id;
this.flag = opt.flag;
},
@@ -85,6 +84,10 @@
})
},
onShow() {
document.title = "公告详情";
},
methods: {
...mapActions(['previewFile', 'injectJWeixin']),
preFile(e) {