记录
This commit is contained in:
@@ -58,7 +58,6 @@ export default {
|
||||
...mapState(['user', 'token']),
|
||||
},
|
||||
onShow() {
|
||||
this.current = 1
|
||||
this.getHistoryList()
|
||||
},
|
||||
methods: {
|
||||
@@ -118,6 +117,10 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
onReachBottom() {
|
||||
this.current++
|
||||
this.getHistoryList()
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user