bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user