张延森 5 years ago
parent
commit
a4fbff7186
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/pages/im/index.js

+ 2
- 0
src/pages/im/index.js View File

249
     this.appendData(data)
249
     this.appendData(data)
250
     // 更新消息为已读
250
     // 更新消息为已读
251
     setMessageReaded(data.chatId)
251
     setMessageReaded(data.chatId)
252
+
253
+    this.toBottom()
252
   }
254
   }
253
 
255
 
254
   loadList = (cb) => {
256
   loadList = (cb) => {