onShow
This commit is contained in:
@@ -55,9 +55,12 @@ export default {
|
||||
|
||||
onLoad(opt) {
|
||||
this.index = opt.index
|
||||
document.title = opt.index == 0 ? "历史会议" : "草稿箱"
|
||||
|
||||
this.getData();
|
||||
},
|
||||
onShow() {
|
||||
document.title = opt.index == 0 ? "历史会议" : "草稿箱"
|
||||
},
|
||||
|
||||
methods: {
|
||||
detail({id}) {
|
||||
|
||||
Reference in New Issue
Block a user