到期短信模板和页面修改
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
$(".regClose").click(function () {
|
||||
$(".main_reg").addClass("animated bounceOutDown");
|
||||
$(".mask").hide();
|
||||
$(".main_find").hide();
|
||||
setTimeout(function () {
|
||||
$(".main_reg").removeClass("animated bounceOutDown");
|
||||
$(".main_reg").hide();
|
||||
@@ -240,25 +241,25 @@
|
||||
<img src="~/img/award.png">
|
||||
</div>
|
||||
<div class="user">
|
||||
<img src="~/img/phone.png"><input type="text" name="" id="username" value="" placeholder="请输入手机号码" />
|
||||
<img src="~/img/phone.png"><span style="color: red;">*</span><input type="text" name="" id="username" value="" placeholder="请输入手机号码" />
|
||||
</div>
|
||||
<div class="pwd">
|
||||
<img src="~/img/password.png"><input type="password" name="" id="password" value="" placeholder="请输入密码" />
|
||||
<img src="~/img/password.png"><span style="color: red;">*</span><input type="password" name="" id="password" value="" placeholder="请输入密码" />
|
||||
</div>
|
||||
<div class="yzm">
|
||||
<img src="~/img/yanzhengma.png"><input type="text" name="" id="yanzhengma" value="" placeholder="请输入验证码" /><button class="btn btn-primary" onclick="getCode(this)">获取验证码</button>
|
||||
<img src="~/img/yanzhengma.png"><span style="color: red;">*</span><input type="text" name="" id="yanzhengma" value="" placeholder="请输入验证码" /><button class="btn btn-primary" onclick="getCode(this)">获取验证码</button>
|
||||
</div>
|
||||
<div class="user">
|
||||
<img src="~/img/phone.png"><input type="text" name="" id="wxhao" value="" placeholder="请输入微信号" />
|
||||
<img src="~/img/phone.png"><input type="text" name="" id="wxhao" value="" placeholder="请输入微信号(选填)" />
|
||||
</div>
|
||||
<div class="user">
|
||||
<img src="~/img/phone.png"><input type="text" name="" id="qqhao" value="" placeholder="请输入QQ" />
|
||||
<img src="~/img/phone.png"><input type="text" name="" id="qqhao" value="" placeholder="请输入QQ(选填)" />
|
||||
</div>
|
||||
|
||||
<p class="tixing">*手机号不是IP账号,请登录后开通IP账号*</p>
|
||||
<p class="tixing"><input type="checkbox" name="" id="xieyi" value="" />我同意<a href="/LineList/xieyi" target="_blank">《聚IP JUIP.COM用户注册协议》</a></p>
|
||||
<p class="denglu"><button type="button" class="btn btn-login" onclick="reg()">注册</button></p>
|
||||
<p class="zhiyin grayText">已有账号?<a href="#" class="loginLink">立即登录</a></p>
|
||||
<p class="zhiyin grayText">已有账号?<a href="/User/WebLogin" class="loginLink">立即登录</a></p>
|
||||
</div>
|
||||
<!-- login -->
|
||||
<div class="mask"></div>
|
||||
@@ -820,6 +821,7 @@
|
||||
console.log(res);
|
||||
if (res.Code == 10000) {
|
||||
alert("重置成功,请登录");
|
||||
window.location.href = "/User/WebLogin";
|
||||
} else {
|
||||
alert(res.Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user