Commit eff592a6880153db41036547a61fdf5e24360b55
1 parent
9d22f85a
客流照片显示bug
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/resources/static/real_control_v2/mapmonitor/fragments/map_infowindow.html
| @@ -32,17 +32,17 @@ | @@ -32,17 +32,17 @@ | ||
| 32 | <p>$$$$$${txt-3624}{{direction}}</p> | 32 | <p>$$$$$${txt-3624}{{direction}}</p> |
| 33 | <p>$$$$$${txt-3684}{{lon}}</p> | 33 | <p>$$$$$${txt-3684}{{lon}}</p> |
| 34 | <p>$$$$$${txt-3683}{{lat}}</p> | 34 | <p>$$$$$${txt-3683}{{lat}}</p> |
| 35 | - {{if num !=null}} | 35 | + {{if kl !=null}} |
| 36 | <p>$$$$$${txt-4521}:{{kl.num}}</p> | 36 | <p>$$$$$${txt-4521}:{{kl.num}}</p> |
| 37 | {{/if}} | 37 | {{/if}} |
| 38 | {{if kl !=null && kl.num <= 5}} | 38 | {{if kl !=null && kl.num <= 5}} |
| 39 | - <p>$$$$$${txt-3621}<a href="javascript:;" style="color:green" onclick="javascript:gb_map_play_back.showPhoto('{{photo}}');">$$$$$${txt-5002}</a></p> | 39 | + <p>$$$$$${txt-3621}<a href="javascript:;" style="color:green" onclick="javascript:gb_map_play_back.showPhoto('{{kl.photo}}');">$$$$$${txt-5002}</a></p> |
| 40 | {{/if}} | 40 | {{/if}} |
| 41 | {{if kl !=null && kl.num > 5 && kl.num <= 10}} | 41 | {{if kl !=null && kl.num > 5 && kl.num <= 10}} |
| 42 | - <p>$$$$$${txt-3621}<a href="javascript:;" style="color:chocolate" onclick="javascript:gb_map_play_back.showPhoto('{{photo}}');">$$$$$${txt-5003}</a></p> | 42 | + <p>$$$$$${txt-3621}<a href="javascript:;" style="color:chocolate" onclick="javascript:gb_map_play_back.showPhoto('{{kl.photo}}');">$$$$$${txt-5003}</a></p> |
| 43 | {{/if}} | 43 | {{/if}} |
| 44 | {{if kl !=null && kl.num > 10}} | 44 | {{if kl !=null && kl.num > 10}} |
| 45 | - <p>$$$$$${txt-3621}<a href="javascript:;" style="color:red" onclick="javascript:gb_map_play_back.showPhoto('{{photo}}');">$$$$$${txt-5004}</a></p> | 45 | + <p>$$$$$${txt-3621}<a href="javascript:;" style="color:red" onclick="javascript:gb_map_play_back.showPhoto('{{kl.photo}}');">$$$$$${txt-5004}</a></p> |
| 46 | {{/if}} | 46 | {{/if}} |
| 47 | {{if energy == 0}} | 47 | {{if energy == 0}} |
| 48 | <div><span class="field">$$$$$${txt-4435}</span><span style="color: red;">{{energy}}% ($$$$$${txt-3832})</span></div> | 48 | <div><span class="field">$$$$$${txt-4435}</span><span style="color: red;">{{energy}}% ($$$$$${txt-3832})</span></div> |