答题
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="grade">98</div>
|
<div class="grade">98</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card_bottom col_blue">参加考试</div>
|
<div class="card_bottom col_blue" @click="toTest">参加考试</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -41,12 +41,18 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
console.log('111');
|
console.log('111');
|
||||||
|
},
|
||||||
|
toTest() {
|
||||||
|
console.log('tiaozhuan');
|
||||||
|
uni.navigateTo({
|
||||||
|
url: './test'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// onReachBottom() {
|
onReachBottom() {
|
||||||
// this.current++;
|
this.current++;
|
||||||
// this.getList()
|
this.getList()
|
||||||
// },
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
26
src/mods/conv/AppLegalLearning/components/test.vue
Normal file
26
src/mods/conv/AppLegalLearning/components/test.vue
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<template>
|
||||||
|
<div class="test">
|
||||||
|
哈哈
|
||||||
|
<!-- <Question></Question> -->
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import Question from "./question.vue";
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
components: {
|
||||||
|
Question
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.test {
|
||||||
|
|
||||||
|
}
|
||||||
|
</style>
|
||||||
BIN
src/mods/conv/AppLegalLearning/img/fail.png
Normal file
BIN
src/mods/conv/AppLegalLearning/img/fail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user