对话页禁止下拉加载
This commit is contained in:
@@ -62,13 +62,6 @@ export default {
|
|||||||
this.current = 1
|
this.current = 1
|
||||||
this.getHistoryList()
|
this.getHistoryList()
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
|
||||||
if(this.current > this.pages) {
|
|
||||||
return this.$u.toast('没有更多记录')
|
|
||||||
}
|
|
||||||
this.current = 1
|
|
||||||
this.getHistoryList()
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['autoLogin']),
|
...mapActions(['autoLogin']),
|
||||||
getHistoryList() {
|
getHistoryList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user