试一下

This commit is contained in:
wanglei
2021-12-06 14:41:28 +08:00
parent d2f1e3c39e
commit be44a0e053

View File

@@ -60,10 +60,12 @@
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()