张延森 5 年 前
コミット
a4fbff7186
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      src/pages/im/index.js

+ 2
- 0
src/pages/im/index.js ファイルの表示

@@ -249,6 +249,8 @@ export default class Chat extends Component {
249 249
     this.appendData(data)
250 250
     // 更新消息为已读
251 251
     setMessageReaded(data.chatId)
252
+
253
+    this.toBottom()
252 254
   }
253 255
 
254 256
   loadList = (cb) => {