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
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
2016-08-23 16:49:34 +0800
Commit
00a885687556fdb984771e5dcf8eb1a4517bdfb1
1 parent
5e29e242
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
public/js/activity/live/yoho_live_detail_main.js
public/js/activity/live/yoho_live_detail_main.js
View file @
00a8856
...
...
@@ -422,8 +422,7 @@ function manage_replay_chat_msg() {
if
(
replay_chat_arr
.
length
>
0
)
{
var
obj
=
replay_chat_arr
[
0
];
if
(
obj
.
createtime
<=
time
)
{
if
(
obj
.
create_time
<=
time
)
{
if
(
obj
.
cmd
==
5
)
{
insert_msg
(
obj
)
}
...
...
Please
register
or
login
to post a comment