Explorar o código

修改小 bug

于添 hai 5 meses
pai
achega
56b1ed5dad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/html/loginJump.html

+ 1 - 1
public/html/loginJump.html

@@ -77,7 +77,7 @@
 			alert('数据参数不对');
 			return
 		}
-		if (type != 1 && id == undefined) {
+		if (type == 1 && id == undefined) {
 			alert('数据参数不对 没有id');
 			return
 		}