Authored by 陈轩

Merge branch 'release/wap-im' of http://git.yoho.cn/fe/yohobuywap-node into release/wap-im

... ... @@ -93,9 +93,6 @@ var chat = {
cmEntity.encryptedUid = encryptedUid;
self.fetchHistoryMsg().always(function() {
let chatWinDOM = self.$chatWin[0];
chatWinDOM.scrollTop = chatWinDOM.scrollHeight;
self.$chatWin.append(time(Date.now()).show());
self.connect();
... ...