对话页禁止下拉加载
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user