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