This commit is contained in:
liuye
2024-07-24 16:48:56 +08:00
parent b6ff60be56
commit fa74319438

View File

@@ -58,7 +58,6 @@ export default {
...mapState(['user', 'token']), ...mapState(['user', 'token']),
}, },
onShow() { onShow() {
this.current = 1
this.getHistoryList() this.getHistoryList()
}, },
methods: { methods: {
@@ -118,6 +117,10 @@ export default {
}) })
} }
}, },
onReachBottom() {
this.current++
this.getHistoryList()
},
} }
</script> </script>