getListInit
This commit is contained in:
@@ -39,9 +39,9 @@ export default {
|
|||||||
this.currIndex = data.inx
|
this.currIndex = data.inx
|
||||||
})
|
})
|
||||||
if(this.currIndex == 0) {
|
if(this.currIndex == 0) {
|
||||||
this.$refs.OnlineClass.getList();
|
this.$refs.OnlineClass.getListInit();
|
||||||
} else {
|
} else {
|
||||||
this.$refs.GeneralLawExam.getList();
|
this.$refs.GeneralLawExam.getListInit();
|
||||||
this.$refs.GeneralLawExam.getUserInfo()
|
this.$refs.GeneralLawExam.getUserInfo()
|
||||||
}
|
}
|
||||||
uni.getSystemInfo({
|
uni.getSystemInfo({
|
||||||
|
|||||||
Reference in New Issue
Block a user