111
This commit is contained in:
11
login.html
11
login.html
@@ -139,7 +139,8 @@
|
||||
|
||||
var time2 = Date.now()
|
||||
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' +time2);
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' +
|
||||
time2);
|
||||
}
|
||||
|
||||
function closePopup() {
|
||||
@@ -275,7 +276,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$.post('http://192.168.0.105:7072/ycsafe/website/register', {
|
||||
$.post('http://aos.yyundong.com/ycsafe/ycsafe/website/register', {
|
||||
'name': name,
|
||||
'password': password,
|
||||
'telephone': telephone,
|
||||
@@ -298,12 +299,14 @@
|
||||
|
||||
time1 = Date.now()
|
||||
|
||||
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' + time1);
|
||||
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
time1);
|
||||
}
|
||||
|
||||
function changeCodeImg2() {
|
||||
time2 = Date.now()
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' + time2);
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
time2);
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user