소스 검색

修改小 bug

于添 5 달 전
부모
커밋
56b1ed5dad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 		}