|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div class="login-page" style="background: url('__IMG__/ssg/login/bg.png') no-repeat top center/100% 100%;">
|
|
|
|
|
<!---登陆弹框-->>
|
|
|
|
|
<!---登陆弹框-->
|
|
|
|
|
<div id="alert_box" style="height: 100vh;background:rgba(41,41,41,.8);position:fixed;z-index:9999;top: 0px;width: 100%;display: none;">
|
|
|
|
|
<div style="top:50%;margin-top: -1.5rem;position: fixed;width: 6.3rem;left: 50%;margin-left: -3.2rem;background-color: #fff;border-radius:.2rem;">
|
|
|
|
|
<div style="line-height:1.4rem;font-size:.32rem;text-align: center;">
|
|
|
|
@ -286,9 +286,11 @@
|
|
|
|
|
if (result.return_code == 'fail') {
|
|
|
|
|
alert(result.return_msg);
|
|
|
|
|
} else {
|
|
|
|
|
$("#alert_box").show();
|
|
|
|
|
setTimeout(hideAndLogin,2500)
|
|
|
|
|
//成功
|
|
|
|
|
alert("注册成功,三秒后将自动登陆");
|
|
|
|
|
window.location.href = "mobile.php?s=/Ssg/index.html"
|
|
|
|
|
// alert("注册成功,三秒后将自动登陆");
|
|
|
|
|
// window.location.href = "mobile.php?s=/Ssg/index.html"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|