Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈轩
2016-12-20 22:21:43 +0800
Commit
c76f34526ae810af4ae08ea93e12fbd5079d39e0
2 parents
0d1c5c7b
c5f0758f
Merge branch 'release/wap-im' of
http://git.yoho.cn/fe/yohobuywap-node
into release/wap-im
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
public/js/service/chat/index.js
public/js/service/chat/index.js
View file @
c76f345
...
...
@@ -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
();
...
...
Please
register
or
login
to post a comment