This commit is contained in:
wanglei
2021-12-06 14:58:34 +08:00
parent e218f27acb
commit ac43952307

View File

@@ -60,12 +60,10 @@
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: this.params == 0 ? "历史会议" : "草稿箱" title: this.params == 0 ? "历史会议" : "草稿箱"
}); });
this.getData();
}, },
methods: { methods: {
emitShow(){
this.getData()
},
emitReachBottom(){ emitReachBottom(){
this.current = this.current + 1; this.current = this.current + 1;
this.getData() this.getData()