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-29 17:30:43 +0800
Commit
cb628f61803db8efae00f8d03f1a7313f1fcf514
2 parents
fca4ef4e
f6b67491
Merge branch 'hotfix/wap-im' into 'gray'
im fix ws删除明文uid See merge request
!95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/service/chat/index.js
public/js/service/chat/index.js
View file @
cb628f6
...
...
@@ -39,7 +39,7 @@ const msgTypeMap = {
};
let
userName
=
$
(
'#js-uname'
).
val
();
let
uid
=
cmEntity
.
userId
=
$
(
'#js-uid'
).
val
()
||
0
;
let
uid
=
$
(
'#js-uid'
).
val
()
||
0
;
let
encryptedUid
=
cmEntity
.
encryptedUid
=
$
(
'#js-eid'
).
val
()
||
0
;
let
userAvatar
=
cmEntity
.
userHead
=
socketConf
.
defaultUserHead
;
...
...
Please
register
or
login
to post a comment