From 6ee800c0d45b7669b53e0150a1b5dd423e43cbf1 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 26 May 2023 14:04:32 +0800 Subject: [PATCH] getListInit --- src/project/qujing/AppLegalLearning/AppLegalLearning.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({