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() { // 动态计算滚动区域高度