Explorar el Código

又改了点东东

liling hace 1 año
padre
commit
c1609e3c85
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      main.html

+ 1 - 2
main.html

@@ -1,6 +1,5 @@
 <!DOCTYPE html>
 <html>
-<<<<<<< HEAD
 	<head>
 		<meta charset="utf-8">
 		<title></title>
@@ -2351,7 +2350,7 @@
     //设备还未接入
     function NoneDevice(name){
         $("#nodevice .title .text").html(name + "#经编机-基本信息")
-        $("#nodevice").show().html('该设备还未接入数据平台');
+        $("#nodevice").show().find(".content").html('该设备还未接入数据平台');
     }
 
     //关闭窗口