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 = { @@ -93,9 +93,6 @@ var chat = {
93 cmEntity.encryptedUid = encryptedUid; 93 cmEntity.encryptedUid = encryptedUid;
94 94
95 self.fetchHistoryMsg().always(function() { 95 self.fetchHistoryMsg().always(function() {
96 - let chatWinDOM = self.$chatWin[0];  
97 -  
98 - chatWinDOM.scrollTop = chatWinDOM.scrollHeight;  
99 96
100 self.$chatWin.append(time(Date.now()).show()); 97 self.$chatWin.append(time(Date.now()).show());
101 self.connect(); 98 self.connect();