更新
This commit is contained in:
parent
e8330e197c
commit
e730cb805c
@ -157,6 +157,10 @@ export default {
|
||||
this.userInfo = getLocalUserInfo()
|
||||
this.getExamList()
|
||||
this.getCourseList()
|
||||
// 监听刷新事件
|
||||
uni.$on('refresh', () => {
|
||||
this.getExamList()
|
||||
})
|
||||
},
|
||||
onReady() {
|
||||
// 动态计算滚动区域高度
|
||||
|
Loading…
Reference in New Issue
Block a user