From de4f337f931d6c96e027e3c53ac440558188edd0 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Thu, 16 Feb 2023 08:54:41 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../qujing/AppLegalLearning/AppLegalLearning.vue | 2 ++
.../AppLegalLearning/components/GeneralLawExam.vue | 13 ++++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
index 95cf5c1..326dbf7 100644
--- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
+++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue
@@ -33,6 +33,7 @@ export default {
this.$refs.OnlineClass.getList();
} else {
this.$refs.GeneralLawExam.getList();
+ this.$refs.GeneralLawExam.getUserInfo()
}
},
components: {
@@ -46,6 +47,7 @@ export default {
this.$refs.OnlineClass.getList();
} else if(v == 1) {
this.$refs.GeneralLawExam.getList();
+ this.$refs.GeneralLawExam.getUserInfo()
}
}
}
diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
index 4650a32..3e18ead 100644
--- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
+++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue
@@ -23,7 +23,7 @@
-