fix: 移除上拉刷新的currentDMid检查
This commit is contained in:
parent
526a580e14
commit
8bc9691b2c
|
|
@ -1464,7 +1464,7 @@ export default {
|
|||
onScrollToUpper() {
|
||||
console.log("触发上拉刷新");
|
||||
|
||||
if (!this.currentDMid) return;
|
||||
// if (!this.currentDMid) return;
|
||||
if (this.isLiveAgentChat) return;
|
||||
|
||||
// 如果已经没有更多数据或正在切换对话或当前对话为空(新建对话),不再触发上拉刷新
|
||||
|
|
|
|||
Loading…
Reference in New Issue