diff --git a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue index d41a149..dfe690f 100644 --- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue +++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue @@ -39,9 +39,9 @@ export default { this.currIndex = data.inx }) if(this.currIndex == 0) { - this.$refs.OnlineClass.getList(); + this.$refs.OnlineClass.getListInit(); } else { - this.$refs.GeneralLawExam.getList(); + this.$refs.GeneralLawExam.getListInit(); this.$refs.GeneralLawExam.getUserInfo() } uni.getSystemInfo({