This commit is contained in:
liuye
2024-06-18 11:28:28 +08:00
parent e631366934
commit fc817fd6aa

View File

@@ -94,6 +94,11 @@ export default {
}) })
this.pages = res.data.pages this.pages = res.data.pages
this.$hideLoading() this.$hideLoading()
}else {
if(this.current == 1) {
this.messageList = []
}
} }
}) })
}, },