修复pull-message会重复响应的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user