222
This commit is contained in:
12
login.html
12
login.html
@@ -126,14 +126,14 @@
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
$('#codeImg1').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImagetype=math×tamp=' + Date
|
||||
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' + Date
|
||||
.now());
|
||||
</script>
|
||||
<script>
|
||||
function openPopup() {
|
||||
document.getElementById("popup").style.display = "block";
|
||||
document.getElementById("mask").style.display = "block";
|
||||
$('#codeImg2').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImagetype=math×tamp=' +
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImagetype=math×tamp=' +
|
||||
Date
|
||||
.now());
|
||||
}
|
||||
@@ -192,7 +192,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$.post('http://192.168.0.105:7072/loulan/business/buy/9', {
|
||||
$.post('http://aos.yyundong.com/loulan/business/buy/9', {
|
||||
'telephone': telephone,
|
||||
'password': password,
|
||||
'captcha': captcha
|
||||
@@ -271,7 +271,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$.post('http://192.168.0.105:7072/ycsafe/website/register', {
|
||||
$.post('http://aos.yyundong.com/ycsafe/website/register', {
|
||||
'name': name,
|
||||
'password': password,
|
||||
'telephone': telephone,
|
||||
@@ -291,14 +291,14 @@
|
||||
|
||||
function changeCodeImg1() {
|
||||
console.log("changeCodeImg1", Date.now());
|
||||
$('#codeImg1').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
$('#codeImg1').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
Date
|
||||
.now());
|
||||
}
|
||||
|
||||
function changeCodeImg2() {
|
||||
|
||||
$('#codeImg2').attr('src', 'http://192.168.0.105:7072/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
$('#codeImg2').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' +
|
||||
Date
|
||||
.now());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user