getListInit

This commit is contained in:
liuye
2023-05-26 14:04:32 +08:00
parent fd23cb1ea3
commit 6ee800c0d4

View File

@@ -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({