Commit 74811c7ff6c403af39d90952be433d294ad587c1
1 parent
7672469f
update
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/static/real_control_v2/mapmonitor/css/real.css
src/main/resources/static/real_control_v2/mapmonitor/fragments/playback_v2/main.html
| ... | ... | @@ -570,7 +570,7 @@ |
| 570 | 570 | var array = []; |
| 571 | 571 | for (var i = 0, gps; gps = list[i++];) { |
| 572 | 572 | //格式化时间 |
| 573 | - gps.timeStr = moment(this.timestamp).format('HH:mm.ss'); | |
| 573 | + gps.timeStr = moment(gps.timestamp).format('HH:mm.ss'); | |
| 574 | 574 | try { |
| 575 | 575 | if (i > 0 && array[array.length - 1].road.road_CODE == gps.road.road_CODE) |
| 576 | 576 | array.pop(); | ... | ... |