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