class="text">Polski Strona Go1.6 portal-front - Gogs: Go Git Service

portal html css js resource

modify-password.js 2.3KB

    //修改密码 $(function(){ loginStatus();//判断个人是否登录 valUser(); var oldPass = false; var isPass = false; var isPass2 = false; }) /*校验当前密码*/ function valOld() { var oldPassword = $("#oldPassword").val(); if(oldPassword.length == 0) { $(".msg1").text("请输入密码"); oldPass = false; } else if(oldPassword.length < 6) { $(".msg1").text("密码不少于6位,请输入正确的密码"); } else { $(".msg1").text(""); oldPass = true; } } /*校验新密码*/ function valNew() { var newPassword = $("#newPassword").val(); var oldPassword = $("#oldPassword").val(); if(newPassword.length == 0) { $(".msg2").text("密码不能为空"); } else if(newPassword.length < 6) { $(".msg2").text("密码长度过短,至少六位"); } else if(newPassword2 == newPassword) { $(".msg2").text("新旧密码不能一致"); } else { isPass = true; $(".msg2").text(""); } } /*校验确认密码*/ function valNew2() { var newPassword = $("#newPassword").val(); var newPassword2 = $("#newPassword2").val(); if(newPassword2.length == 0) { $(".msg3").text("密码不能为空"); } else if(newPassword2 != newPassword) { $(".msg3").text("两次输入密码不一致"); } else { isPass2 = true; $(".msg3").text(""); } } /*提交修改密码*/ function restPassword() { valOld(); valNew(); valNew2(); if(oldPass == true && isPass == true && isPass2 == true) { $.ajax("/ajax/cp", { type: "POST", async: false, success: function(data) { if(data.success) { if(data.data == true) { $.MsgBox.Confirm("消息提醒", "设置成功,请重新登录",function(){ location.href="login.html"; }); $("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain'); } else { $.MsgBox.Alert("消息提醒", "设置失败,请检查密码是否正确!"); } } else { $.MsgBox.Alert("消息提醒", "服务器链接超时!"); } }, error: function() { $.MsgBox.Alert('message', 'fail') }, data: { "id": $.cookie("userid"), "npw": $("#newPassword2").val(), "onw": $("#oldPassword").val() }, dataType: 'json' }); } else { /*alert("请校验密码");*/ } }
jiapeng/portal-front - Gogs: Go Git Service

2 Коммиты (479500f72c4dbfe77c4d4e856659b646479fd382)

Автор SHA1 Сообщение Дата
  luyanan 99001a6699 更换网站logo,更换发现广告二维码 лет назад: 7
  luyanan 63d1a07dec 企业邀请员工注册科袖 лет назад: 7
bulomakaka/ekexiu.app - Gogs: Go Git Service

5 Commits (0c7bbe3d2af5ae0c62bd16fb760d547b5c5a0b07)

Autor SHA1 Mensaje Fecha
  dell 999bcc449b 评价内容字数限制Bug修改 %!s(int64=8) %!d(string=hace) años
  dell 5aea58765b 1.评价详情页数据 %!s(int64=8) %!d(string=hace) años
  xiaoai_123 8c7bdde4a6 1.评价内容字数限制 %!s(int64=8) %!d(string=hace) años
  xiaoai_123 841cdf357a 咨询评价完善,专家信息中咨询功能 %!s(int64=8) %!d(string=hace) años
  luyanan f557f5e188 完善星级评价,修改资源申请 %!s(int64=8) %!d(string=hace) años
ekexiu.app - Gogs: Go Git Service

Ei kuvausta

iconfont.ttf 18KB

bulomakaka/ekexiu.app - Gogs: Go Git Service

1 Commits (018db540919797b50e87ed99c0853fc98b76371d)

Author SHA1 Message Date
  luyanan 8fffca8842 ekexiu.app页面首次上传 8 years ago
Sign In - Gogs: Go Git Service

Sign In