git vor 5 Jahren
Ursprung
Commit
d8e9780694
3 geänderte Dateien mit 20 neuen und 10 gelöschten Zeilen
  1. 1 1
      pages/amap/amap.css
  2. 11 5
      pages/amap/amap.js
  3. 8 4
      pages/baojing/baojing.js

+ 1 - 1
pages/amap/amap.css

@@ -351,7 +351,7 @@ hr{
     width: 50px;
 }
 .panel-right-content{
-    width: 120px;
+    width: 130px;
 }
 .insurance-img{
     width: 25%;

+ 11 - 5
pages/amap/amap.js

@@ -263,12 +263,18 @@
                     if(first){
                         t.map.setZoomAndCenter(15,vehiclePt);
                     }
-                    if(!mapData.battery){
-                        $('#battery').html('正常');
-                        $('#battery').css({color:"green"});
+
+                    if(!mapData.onlineTime){
+                        $('#battery').html('未获取');
+                        $('#battery').css({color:"gray"});
                     }else{
-                        $('#battery').html(mapData.battery);
-                        $('#battery').css({color:"red"});
+                        if(!mapData.battery){
+                            $('#battery').html('正常');
+                            $('#battery').css({color:"green"});
+                        }else{
+                            $('#battery').html(mapData.battery);
+                            $('#battery').css({color:"red"});
+                        }
                     }
                     
 

+ 8 - 4
pages/baojing/baojing.js

@@ -17,13 +17,17 @@
             });*/
 			
 			//var platedata = [{value:"123123122223",text:"bj123123"},{value:"123123122223",text:"bj123124"},{value:"1231122223",text:"bj123125"}];
+            renlian.httpget(config.webapi + "/?s=api/get_cityinfo_by_cityid&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
+            	    console.log(res);
+					$page.find('#select3').lrpickerSet(res.data);
+					// $page.find('#select3').lrpickerSet('20,331,2012');
+			});
 			$page.find('#plate').val(userinfo.baseinfo.plate);
 			$page.find('#mobile').val(userinfo.baseinfo.mobile);
-			//$page.find('#select3').lrpickerSet('20,330,1998');
 			console.log(userinfo);
-			renlian.httpget(config.webapi + "/?s=api/getCityInfo&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
-				console.log(res);
-			});
+			// renlian.httpget(config.webapi + "/?s=api/getCityInfo&cityid="+userinfo.baseinfo.cityid, {}, function(res) {
+			// 	console.log(res);
+			// });
             //console.log(userinfo);
 			 $page.find('#select3').lrpicker({
                 placeholder: '请选择',