diff --git a/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue b/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue index 051aac4..c61dfef 100644 --- a/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue +++ b/src/mods/conv/AppLegalLearning/components/AppGeneralLawExam.vue @@ -21,7 +21,7 @@
98
-
参加考试
+
参加考试
@@ -41,12 +41,18 @@ export default { methods: { getList() { console.log('111'); + }, + toTest() { + console.log('tiaozhuan'); + uni.navigateTo({ + url: './test' + }) } }, - // onReachBottom() { - // this.current++; - // this.getList() - // }, + onReachBottom() { + this.current++; + this.getList() + }, } diff --git a/src/mods/conv/AppLegalLearning/components/test.vue b/src/mods/conv/AppLegalLearning/components/test.vue new file mode 100644 index 0000000..0423572 --- /dev/null +++ b/src/mods/conv/AppLegalLearning/components/test.vue @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/src/mods/conv/AppLegalLearning/img/fail.png b/src/mods/conv/AppLegalLearning/img/fail.png new file mode 100644 index 0000000..bfa857b Binary files /dev/null and b/src/mods/conv/AppLegalLearning/img/fail.png differ