123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>账号注册-{eyou:global name='web_name' /}</title>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
- <link href="{eyou:global name='web_cmspath'/}/favicon.ico" rel="shortcut icon" type="image/x-icon" />
- {eyou:static file="users/skin/css/basic.css" /}
- {eyou:static file="users/skin/css/eyoucms.css" /}
- {eyou:include file="users/skin/css/diy_css.htm" /}
-
- {eyou:static file="/public/static/common/js/jquery.min.js"/}
- {eyou:static file="/public/plugins/layer-v3.1.0/layer.js"/}
- {eyou:static file="users/skin/js/global.js" /}
- {eyou:static file="/public/static/common/js/mobile_global.js"/}
- </head>
-
- <body class="login-reg">
- <div class="wrapper">
- <input type="hidden" id="wechat_url" value="{$eyou.field.wechat_url}">
- <div class="hend-box">
- <div class="title">注册</div>
- <div class="desc">已有账号,<a href="{eyou:url link='user/Users/login' /}" style="color: #ff9600;">立即登录</a></div>
- </div>
- <div class="cont-box">
- <div id="con_sign_1">
- <form name='theForm' id="theForm" method="post" class="">
- <div class="wx-form-group">
- <input type="text" name="username" required class="wx-form-control" placeholder="请输入账号" autocomplete="off" />
- </div>
- <div class="wx-form-group">
- <input type="password" name="password" required class="wx-form-control" placeholder="请输入密码" autocomplete="off" />
- </div>
- <div class="wx-form-group">
- <input type="password" name="password2" required class="wx-form-control" placeholder="请确认密码" autocomplete="off" />
- </div>
-
- <?php
- //var_dump($users_para);
- ?>
- {eyou:include file="users/users_reg_field.htm" /}
-
-
- {eyou:eq name="$is_vertify" value="1"}
- <div class="wx-form-group">
- <div class="field">
- <input type="text" name="vertify" autocomplete="off" class="wx-form-control" placeholder="请输入验证码" />
- <img src="{eyou:url link='api/Ajax/vertify' vars='type=users_reg' /}" class="chicuele" id="imgVerifys" onclick="fleshVerify();" title="看不清?点击更换验证码" align="absmiddle">
- </div>
- </div>
- {/eyou:eq}
- <!-- 用户协议》和《隐私政策》 -->
- <div class="clause-box">
- <label class="checkbox-label">
- <input class="checkbox" type="checkbox" name="agreement" value="1">
- <span class="check-mark"></span>
- </label>
- <a href="javascript:void(0)">我同意《用户协议》和《隐私政策》</a>
- </div>
-
- <input style="margin-top: 44px;" type="button" onclick="checkUser();" class="btn btn-lg btn-primary btn-block" value="立即注册" />
- <br/><br/>
- <!--<div class="login-link">
- <a class="" style="color: #ff9600;" id="click_sign_1" href="javascript:void(0);" onclick="showPhoneSignIn1();">
- 使用手机号注册
- </a>
- </div>-->
- </form>
- </div>
- <div id="con_sign_2" style="display:none;">
- <form name='theMobileForm' id="theMobileForm" method="post" class="">
- <div class="wx-form-group">
- <input type="text" class="wx-form-control" required="" name="mobile" maxlength="11" value="" placeholder="手机号码">
- </div>
- <div class="wx-form-group" id="vertify_div">
- <div class="field">
- <input type="text" name="mobile_vertify" autocomplete="off" class="wx-form-control" placeholder="图片验证码" />
- <img src="{eyou:url link='api/Ajax/vertify' vars='type=users_mobile_reg' /}" class="chicuele" id="mobile_imgVerifys" onclick="mobile_fleshVerify();" title="看不清?点击更换验证码" align="absmiddle">
- </div>
- </div>
- <div class="wx-form-group">
- <div class="field">
- <input id="mobile_code" type="text" class="wx-form-control" name="mobile_code" placeholder="请输入动态码">
- <input type="button" id="mobile_code_button" onclick="send_mobile_code();" class="sento" value="获取动态码">
- </div>
- </div>
- <input type="hidden" name="__mobile_1_token__" value="{$Request.token.__mobile_1_token__}" />
- <input style="margin-top: 44px;" type="button" onclick="checkMobileUser1649732103();" class="btn btn-lg btn-primary btn-block" value="立即注册" />
- <div class="login-link">
- <a class="fr" style="color: #ff9600;" id="click_sign_2" href="javascript:void(0);" onclick="showPhoneSignIn2();">使用用户名注册</a>
- </div>
- <script>
- $("input[name=mobile]").keyup(function(event){
- var mobile = $(this).val();
- if (11 == mobile.length && 32 <= event.keyCode) {
- $('#vertify_div').css('display','block');
- }
- });
- $("input[name=mobile_vertify]").keyup(function(event){
- var mobile_vertify = $(this).val();
- if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
- send_mobile_code();
- }
- });
-
- function send_mobile_code() {
-
- var mobile = $("input[name=mobile]").val();
- // 手机号是否为空
- if (!mobile) {
- $("input[name=mobile]").focus();
- layer.msg('请输入手机号码!', {time: 1500});
- return false;
- }
-
- // 手机格式不正确
- var reg = /^1[0-9]{10}$/i;
- if (!reg.test(mobile)) {
- $("input[name=mobile]").focus();
- layer.msg('请输入正确的请输入手机号码!', {time: 1500});
- return false;
- }
- $('#vertify_div').css('display','block');
- var mobile_vertify = $("input[name=mobile_vertify]").val();
- if (!mobile_vertify) {
- return false;
- }
-
- // 设置为不可点击
- $("#mobile_code_button").val('获取中…').attr('disabled', 'disabled');
- var __mobile_1_token__ = $('input[name=__mobile_1_token__]').val();
-
- $.ajax({
- url: "{eyou:url link='api/Ajax/SendMobileCode' /}",
- // source:2 登录 source:0 注册
- data: {type:'users_mobile_reg', mobile:mobile, is_mobile:true, title:'账号注册', source:0,IsVertify:1, vertify:mobile_vertify, __mobile_1_token__:__mobile_1_token__},
- type:'post',
- dataType:'json',
- success:function(res){
- if (res.code == 1) {
- code_countdown();
- layer.msg(res.msg, {time: 1500});
- } else {
- $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
- layer.alert(res.msg, {icon: 2, title: false, closeBtn: 0});
- }
- },
- error : function() {
- $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
- layer.alert('发送失败,请尝试重新发送!', {icon: 5, title: false, closeBtn: 0});
- }
- });
- }
- function mobile_fleshVerify(){
- var src = "{eyou:url link='api/Ajax/vertify' vars='type=users_mobile_login' /}";
- if (src.indexOf('?') > -1) {
- src += '&';
- } else {
- src += '?';
- }
- src += 'r='+ Math.floor(Math.random()*100);
- $('#mobile_imgVerifys').attr('src', src);
-
- $.ajax({
- async:false,
- url: "__ROOT_DIR__/index.php?m=api&c=Ajax&a=get_token&name=__mobile_1_token__",
- data: {_ajax:1},
- type:'GET',
- dataType:'html',
- success:function(res1){
- $('input[name=__mobile_1_token__]').val(res1);
- },
- error : function(e) {
- layer.closeAll();
- layer.alert(e.responseText, {icon: 5, title:false});
- }
- });
- }
-
- function code_countdown(){
- // 倒计时
- var setTime;
- var time = 120;
- setTime = setInterval(function() {
- if(0 >= time) {
- clearInterval(setTime);
- return false;
- }
-
- time--;
- $("#mobile_code_button").val(time + '秒').attr('disabled', 'disabled');
- if(time == 0) $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
- }, 1000);
- }
- function checkMobileUser1649732103() {
- var mobile = $('#theMobileForm input[name=mobile]');
- var mobile_code = $('#theMobileForm input[name=mobile_code]');
-
- if (mobile.val() == '') {
- layer.msg('手机号不能为空!', {
- time: 1500
- });
- mobile.focus();
- return false;
- }
-
- if (mobile_code.val() == '') {
- layer.msg('验证码不能为空!', {
- time: 1500
- });
- mobile_code.focus();
- return false;
- }
-
- layer_loading('正在处理');
- $.ajax({
- url: "{eyou:url link='user/Users/mobile_reg' /}",
- data: $('#theMobileForm').serialize(),
- type: 'post',
- dataType: 'json',
- success: function(response) {
- layer.closeAll();
- var res = response.data;
- if (res.status == 0) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else if ('vertify' == res.status) {
- mobile_fleshVerify();
- layer.msg(response.msg, {
- time: 2000
- });
- } else if (res.status == 1) {
- layer.msg(response.msg, {
- time: 2000
- });
- } else if (res.status == 2) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else if (res.status == 3) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else {
- mobile_fleshVerify();
- layer.msg(response.msg, {
- time: 2000
- });
- }
- },
- error: function(e) {
- layer.closeAll();
- mobile_fleshVerify();
- showErrorAlert(e.responseText);
- }
- });
- };
- </script>
- </form>
- </div>
- <!-- 第三方账号登录 -->
- {eyou:include file="/public/static/template/users_v2/users_loginapi_m.htm" /}
- <!-- 第三方账号登录 -->
- </div>
- </div>
- <script>
- // 点击事件处理函数
- function showPhoneSignIn1() {
- // 获取元素
- var conSign1 = document.getElementById('con_sign_1');
- var conSign2 = document.getElementById('con_sign_2');
- // 隐藏账号登录相关元素
- conSign1.style.display = 'none';
- // 显示手机号登录相关元素
- conSign2.style.display = 'block';
- }
- function showPhoneSignIn2() {
- // 获取元素
- var conSign1 = document.getElementById('con_sign_1');
- var conSign2 = document.getElementById('con_sign_2');
- // 显示账号登录相关元素
- conSign1.style.display = 'block';
- // 隐藏手机号登录相关元素
- conSign2.style.display = 'none';
- }
-
- /**
- * 明文密码
- */
- $(".pass-showhide").attr('data-showOrHide', 'hide');
- $(".pass-showhide").on('click', function(){
- var showOrHide = $(this).attr('data-showOrHide');
- if ('hide' == showOrHide) {
- $(this).attr('data-showOrHide', 'show');
- var name = $(this).data('name');
- $("input[name="+name+"]").get(0).type="text";
- $(this).removeClass('pass-hide').addClass('pass-show');
- } else {
- $(this).attr('data-showOrHide', 'hide');
- var name = $(this).data('name');
- $("input[name="+name+"]").get(0).type="password";
- $(this).removeClass('pass-show').addClass('pass-hide');
- }
- });
- //切换账号登录与手机号登录
- $(".tab_list li").click(function(){
- var index = $(this).attr('data-index');
- $(".tab_list li").each(function(){
- $(this).removeClass('current');
- });
- $(".item").each(function(i,v){
- if (index == i){
- $(this).css('display','block');
- } else{
- $(this).css('display','none');
- }
- });
- $(this).addClass('current');
-
- });
-
- $(document).keydown(function(event) {
- if (event.keyCode == 13) {
- var index = $(".tab_list .current").attr('data-index');
- if (0 == index) {
- checkUser();
- }else if(1 == index){
- checkMobileUser1649732103();
- }
- }
- });
-
- function fleshVerify() {
- var src = "{eyou:url link='api/Ajax/vertify' vars='type=users_reg' /}";
- if (src.indexOf('?') > -1) {
- src += '&';
- } else {
- src += '?';
- }
- src += 'r=' + Math.floor(Math.random() * 100);
- $('#imgVerifys').attr('src', src);
- }
-
- function checkUser() {
- var username = $('#theForm input[name=username]');
- var password = $('#theForm input[name=password]');
- var password2 = $('#theForm input[name=password2]');
- // 《用户协议》和《隐私政策》
- var agreement = $('#theForm input[name=agreement]:checked').val();
-
- if (username.val() == '') {
- layer.msg('用户名不能为空!', {
- time: 1500
- });
- username.focus();
- return false;
- }
-
- if (password.val() == '') {
- layer.msg('登录密码不能为空!', {
- time: 1500
- });
- password.focus();
- return false;
- }
-
- {$pwdJsCode|default=''}
-
- if (password2.val() != password.val()) {
- layer.msg('两次密码不一致!', {
- time: 1500
- });
- password.focus();
- return false;
- }
- // 《用户协议》和《隐私政策》
- if (1 != agreement) {
- layer.msg('请勾选同意《用户协议》和《隐私政策》', {time: 1500});
- password.focus();
- return false;
- }
-
- layer_loading('正在处理');
- $.ajax({
- // async:false,
- url: "{eyou:url link='user/Users/reg' /}",
- data: $('#theForm').serialize(),
- type: 'post',
- dataType: 'json',
- success: function(response) {
- layer.closeAll();
- var res = response.data;
- if (res.status == 0) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else if ('vertify' == res.status) {
- fleshVerify();
- layer.msg(response.msg, {
- time: 2000
- });
- } else if (res.status == 1) {
- layer.msg(response.msg, {
- time: 2000
- });
- } else if (res.status == 2) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else if (res.status == 3) {
- layer.msg(response.msg, {
- time: 1500
- }, function() {
- window.location = response.url;
- });
- } else {
- fleshVerify();
- layer.msg(response.msg, {
- time: 2000
- });
- }
- },
- error: function(e) {
- layer.closeAll();
- fleshVerify();
- showErrorAlert(e.responseText);
- }
- });
- };
- </script>
-
- </body>
- </html>
|