|
@@ -1225,7 +1225,7 @@ import {
|
|
|
' <div class="d-l-l-text">' +
|
|
|
' <h4>网络运营商:' + (res.data[i].operatorType == "1" ? "联通" :
|
|
|
(res.data[i].operatorType == "2" ? "移动":
|
|
|
- (res.data[i].operatorType == "3" ? "电信": "无")) + '</h4>' +
|
|
|
+ (res.data[i].operatorType == "3" ? "电信": "无"))) + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
@@ -1356,15 +1356,16 @@ import {
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>经纬度:' + res.data[i].longitude + ',' + res.data[i].latitude +
|
|
|
- '</h4>' +
|
|
|
+ ' <h4>经纬度:' + res.data[i].longitude +
|
|
|
+ ',' + res.data[i].latitude + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>摄像头名称:' + res.data[i].cameraName + '</h4>' +
|
|
|
+ ' <h4>摄像头名称:' + res.data[i]
|
|
|
+ .cameraName + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
@@ -1373,7 +1374,7 @@ import {
|
|
|
' <div class="d-l-l-text">' +
|
|
|
' <h4>网络运营商:' + (res.data[i].operatorType == "1" ? "联通" :
|
|
|
(res.data[i].operatorType == "2" ? "移动":
|
|
|
- (res.data[i].operatorType == "3" ? "电信": "无")) + '</h4>' +
|
|
|
+ (res.data[i].operatorType == "3" ? "电信": "无"))) + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
@@ -1381,7 +1382,7 @@ import {
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
' <h4>摄像头半径:' + res.data[i]
|
|
|
- .cameraRadius + '米</h4>' +
|
|
|
+ .cameraRadius + '米</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>' +
|