浏览代码

修改小 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
 		}