对话页禁止下拉加载

This commit is contained in:
liuye
2024-07-24 15:16:12 +08:00
parent 13e6985469
commit 55dfca0a74

View File

@@ -62,13 +62,6 @@ export default {
this.current = 1
this.getHistoryList()
},
onPullDownRefresh() {
if(this.current > this.pages) {
return this.$u.toast('没有更多记录')
}
this.current = 1
this.getHistoryList()
},
methods: {
...mapActions(['autoLogin']),
getHistoryList() {