修复pull-message会重复响应的问题

This commit is contained in:
fan
2021-01-23 00:09:30 +08:00
parent 9a83013ffe
commit bde1314c8d
9 changed files with 968 additions and 32 deletions
+4
View File
@@ -89,8 +89,12 @@ export default {
_renderLoadEnd() {
return <span>暂无更多消息</span>;
},
isLoading(){
return this._loadend == false;
},
loaded() {
this._loadend = true;
this.$forceUpdate();
},
resetLoadState() {
this._loading = false;