答题
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
<div class="grade">98</div>
|
||||
</div>
|
||||
<div class="card_bottom col_blue">参加考试</div>
|
||||
<div class="card_bottom col_blue" @click="toTest">参加考试</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -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()
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user