刷新列表异常

This commit is contained in:
aixianling
2021-11-23 18:45:17 +08:00
parent f3dccfc597
commit 236cf85586

View File

@@ -55,7 +55,7 @@
} }
}, },
onLoad(opt) { onLoad() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: this.params == 0 ? "历史会议" : "草稿箱" title: this.params == 0 ? "历史会议" : "草稿箱"
}); });
@@ -110,7 +110,7 @@
} }
}, },
onShow() { created() {
this.getData() this.getData()
}, },