实名认证
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<p><img src="~/m/img/phone.png"><input type="text" name="" id="wxhao" value="" placeholder="微信号" /></p>
|
||||
<p><img src="~/m/img/phone.png"><input type="text" name="" id="wxhao" value="" placeholder="QQ号" /></p>
|
||||
</div>
|
||||
<p class="xieyi"><input type="checkbox" name="" id="" value="" />我同意<span>《聚IP JUIP.COM用户注册协议》</span></p>
|
||||
<p class="xieyi"><input type="checkbox" name="" id="xieyi" value="" />我同意<span><a href="/LineList/xieyi" target="_blank">《聚IP JUIP.COM用户注册协议》</a></span></p>
|
||||
<p><button type="button" class="btnLogin" onclick="reg()">注册</button></p>
|
||||
<p class="tixing">*手机号不是IP账号,请登录后开通IP账号*</p>
|
||||
<p class="bianjie">已有账号?<a href="#">立即登录</a></p>
|
||||
@@ -62,6 +62,10 @@
|
||||
return true;
|
||||
}
|
||||
function reg() {
|
||||
if(!$("input[type='checkbox']").is(':checked')){
|
||||
alert('请认真阅读用户注册协议后勾选 我同意 方可注册!');
|
||||
return;
|
||||
}
|
||||
var name = $("#username").val()
|
||||
var pwd = $("#password").val()
|
||||
var code = $("#yanzhengma").val()
|
||||
|
||||
Reference in New Issue
Block a user