diff --git a/src/mods/conv/AppLegalLearning/AppLegalLearning.vue b/src/mods/conv/AppLegalLearning/AppLegalLearning.vue
index cf5bc88..4fd5777 100644
--- a/src/mods/conv/AppLegalLearning/AppLegalLearning.vue
+++ b/src/mods/conv/AppLegalLearning/AppLegalLearning.vue
@@ -4,14 +4,14 @@
(currIndex = i)">
-
-
+
+
diff --git a/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue b/src/mods/conv/AppLegalLearning/components/GeneralLawExam.vue
similarity index 91%
rename from src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue
rename to src/mods/conv/AppLegalLearning/components/GeneralLawExam.vue
index c61dfef..fe721c9 100644
--- a/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue
+++ b/src/mods/conv/AppLegalLearning/components/GeneralLawExam.vue
@@ -1,5 +1,5 @@
-
- 参加考试
+ 参加考试
@@ -40,13 +40,10 @@ export default {
},
methods: {
getList() {
- console.log('111');
+ console.log('普法考试列表');
},
toTest() {
- console.log('tiaozhuan');
- uni.navigateTo({
- url: './test'
- })
+ this.$emit('LinkToTest')
}
},
onReachBottom() {
@@ -57,7 +54,7 @@ export default {
diff --git a/src/mods/conv/AppLegalLearning/components/question.vue b/src/mods/conv/AppLegalLearning/components/question.vue
deleted file mode 100644
index 352a10e..0000000
--- a/src/mods/conv/AppLegalLearning/components/question.vue
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/mods/conv/AppLegalLearning/components/test.vue b/src/mods/conv/AppLegalLearning/components/test.vue
deleted file mode 100644
index 0423572..0000000
--- a/src/mods/conv/AppLegalLearning/components/test.vue
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
- 哈哈
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/mods/conv/AppLegalLearning/testForm.vue b/src/mods/conv/AppLegalLearning/testForm.vue
new file mode 100644
index 0000000..1d00aa2
--- /dev/null
+++ b/src/mods/conv/AppLegalLearning/testForm.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
\ No newline at end of file