From e730cb805c8e8b49d82c3a17b939fb9159fc38db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Wed, 9 Apr 2025 17:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newPages/examinationList/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/newPages/examinationList/index.vue b/newPages/examinationList/index.vue index 659f4c6..69c811f 100644 --- a/newPages/examinationList/index.vue +++ b/newPages/examinationList/index.vue @@ -157,6 +157,10 @@ export default { this.userInfo = getLocalUserInfo() this.getExamList() this.getCourseList() + // 监听刷新事件 + uni.$on('refresh', () => { + this.getExamList() + }) }, onReady() { // 动态计算滚动区域高度