请求聊天总数 设置已读改为websocket模式
This commit is contained in:
@@ -109,7 +109,6 @@
|
||||
},
|
||||
handleCancel(){
|
||||
this.dialogVisible = false
|
||||
this.contact = this.$options.data().contact
|
||||
},
|
||||
submit(){
|
||||
|
||||
@@ -123,9 +122,6 @@
|
||||
next();
|
||||
},
|
||||
handlePullMessages(contact, next) {
|
||||
console.log('获取到总数'+this.contact.totalPage)
|
||||
console.log('当前的总数'+this.contact.chatList.length)
|
||||
|
||||
if(this.contact.page>this.contact.totalPage){
|
||||
error('没有记录了')
|
||||
return
|
||||
|
Reference in New Issue
Block a user