Commit 81fb427b by 朱继来

结束时间添加时分秒

parent 346bb35c
Showing with 1 additions and 1 deletions
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
if(time_end){ if(time_end){
time_end = Date.parse(time_end) / 1000; time_end = Date.parse(time_end) / 1000 + (24*60*60-1);
listUrl += '&time_end='+time_end; listUrl += '&time_end='+time_end;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment