Skip to content

Commit

Permalink
230223
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadwy committed Feb 23, 2023
1 parent 6e3dc41 commit 59fb8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions birthday-brother/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 模板修改

用户名和密码在birthday-brother\js\jquery-1.8.4.min.js里
2 changes: 1 addition & 1 deletion birthday-brother/js/jquery-1.8.4.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$('#login-button').click(function (event) {
var userName=document.getElementById("userName").value;
var pwd=document.getElementById("pwd").value;
if(userName=="admin" && pwd=="123456"){
if(userName=="123" && pwd=="123"){
event.preventDefault();
$('form').fadeOut(500);
$('.wrapper').addClass('form-success');
Expand Down

0 comments on commit 59fb8df

Please sign in to comment.