Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

users_reg.htm 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>账号注册-{eyou:global name='web_name' /}</title>
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  9. <link href="{eyou:global name='web_cmspath'/}/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  10. {eyou:static file="users/skin/css/basic.css?v=<?php echo rand(1,100000); ?>" /}
  11. {eyou:static file="users/skin/css/eyoucms.css?v=<?php echo rand(1,100000); ?>" /}
  12. {eyou:include file="users/skin/css/diy_css.htm" /}
  13. {eyou:static file="/public/static/common/js/jquery.min.js"/}
  14. {eyou:static file="/public/plugins/layer-v3.1.0/layer.js"/}
  15. {eyou:static file="users/skin/js/global.js" /}
  16. {eyou:static file="/public/static/common/js/mobile_global.js"/}
  17. </head>
  18. <body class="login-reg">
  19. <div class="wrapper">
  20. <input type="hidden" id="wechat_url" value="{$eyou.field.wechat_url}">
  21. <div class="hend-box">
  22. <div class="title">注册</div>
  23. <div class="desc">已有账号,<a href="{eyou:url link='user/Users/login' /}" style="color: #ff9600;">立即登录</a></div>
  24. </div>
  25. <div class="cont-box">
  26. <div id="con_sign_1">
  27. <form name='theForm' id="theForm" method="post" class="">
  28. <div class="wx-form-group">
  29. <input type="text" name="username" required class="wx-form-control" placeholder="请输入账号" autocomplete="off" />
  30. </div>
  31. <div class="wx-form-group">
  32. <input type="password" name="password" required class="wx-form-control" placeholder="请输入密码" autocomplete="off" />
  33. </div>
  34. <div class="wx-form-group">
  35. <input type="password" name="password2" required class="wx-form-control" placeholder="请确认密码" autocomplete="off" />
  36. </div>
  37. {eyou:include file="users/users_reg_field.htm" /}
  38. {eyou:eq name="$is_vertify" value="1"}
  39. <div class="wx-form-group">
  40. <div class="field">
  41. <input type="text" name="vertify" autocomplete="off" class="wx-form-control" placeholder="请输入验证码" />
  42. <img src="{eyou:url link='api/Ajax/vertify' vars='type=users_reg' /}" class="chicuele" id="imgVerifys" onclick="fleshVerify();" title="看不清?点击更换验证码" align="absmiddle">
  43. </div>
  44. </div>
  45. {/eyou:eq}
  46. <!-- 用户协议》和《隐私政策》 -->
  47. <div class="clause-box">
  48. <label class="checkbox-label">
  49. <input class="checkbox" type="checkbox" name="agreement" value="1">
  50. <span class="check-mark"></span>
  51. </label>
  52. <a href="javascript:void(0)">我同意《用户协议》和《隐私政策》</a>
  53. </div>
  54. <input style="margin-top: 44px;" type="button" onclick="checkUser();" class="btn btn-lg btn-primary btn-block" value="立即注册" />
  55. <div class="login-link">
  56. <a class="" style="color: #ff9600;" id="click_sign_1" href="javascript:void(0);" onclick="showPhoneSignIn1();">使用手机号注册</a>
  57. </div>
  58. </form>
  59. </div>
  60. <div id="con_sign_2" style="display:none;">
  61. <form name='theMobileForm' id="theMobileForm" method="post" class="">
  62. <div class="wx-form-group">
  63. <input type="text" class="wx-form-control" required="" name="mobile" maxlength="11" value="" placeholder="手机号码">
  64. </div>
  65. <div class="wx-form-group" id="vertify_div">
  66. <div class="field">
  67. <input type="text" name="mobile_vertify" autocomplete="off" class="wx-form-control" placeholder="图片验证码" />
  68. <img src="{eyou:url link='api/Ajax/vertify' vars='type=users_mobile_reg' /}" class="chicuele" id="mobile_imgVerifys" onclick="mobile_fleshVerify();" title="看不清?点击更换验证码" align="absmiddle">
  69. </div>
  70. </div>
  71. <div class="wx-form-group">
  72. <div class="field">
  73. <input id="mobile_code" type="text" class="wx-form-control" name="mobile_code" placeholder="请输入动态码">
  74. <input type="button" id="mobile_code_button" onclick="send_mobile_code();" class="sento" value="获取动态码">
  75. </div>
  76. </div>
  77. <input type="hidden" name="__mobile_1_token__" value="{$Request.token.__mobile_1_token__}" />
  78. <input style="margin-top: 44px;" type="button" onclick="checkMobileUser1649732103();" class="btn btn-lg btn-primary btn-block" value="立即注册" />
  79. <div class="login-link">
  80. <a class="fr" style="color: #ff9600;" id="click_sign_2" href="javascript:void(0);" onclick="showPhoneSignIn2();">使用用户名注册</a>
  81. </div>
  82. <script>
  83. $("input[name=mobile]").keyup(function(event){
  84. var mobile = $(this).val();
  85. if (11 == mobile.length && 32 <= event.keyCode) {
  86. $('#vertify_div').css?v=<?php echo rand(1,100000); ?>('display','block');
  87. }
  88. });
  89. $("input[name=mobile_vertify]").keyup(function(event){
  90. var mobile_vertify = $(this).val();
  91. if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
  92. send_mobile_code();
  93. }
  94. });
  95. function send_mobile_code() {
  96. var mobile = $("input[name=mobile]").val();
  97. // 手机号是否为空
  98. if (!mobile) {
  99. $("input[name=mobile]").focus();
  100. layer.msg('请输入手机号码!', {time: 1500});
  101. return false;
  102. }
  103. // 手机格式不正确
  104. var reg = /^1[0-9]{10}$/i;
  105. if (!reg.test(mobile)) {
  106. $("input[name=mobile]").focus();
  107. layer.msg('请输入正确的请输入手机号码!', {time: 1500});
  108. return false;
  109. }
  110. $('#vertify_div').css?v=<?php echo rand(1,100000); ?>('display','block');
  111. var mobile_vertify = $("input[name=mobile_vertify]").val();
  112. if (!mobile_vertify) {
  113. return false;
  114. }
  115. // 设置为不可点击
  116. $("#mobile_code_button").val('获取中…').attr('disabled', 'disabled');
  117. var __mobile_1_token__ = $('input[name=__mobile_1_token__]').val();
  118. $.ajax({
  119. url: "{eyou:url link='api/Ajax/SendMobileCode' /}",
  120. // source:2 登录 source:0 注册
  121. data: {type:'users_mobile_reg', mobile:mobile, is_mobile:true, title:'账号注册', source:0,IsVertify:1, vertify:mobile_vertify, __mobile_1_token__:__mobile_1_token__},
  122. type:'post',
  123. dataType:'json',
  124. success:function(res){
  125. if (res.code == 1) {
  126. code_countdown();
  127. layer.msg(res.msg, {time: 1500});
  128. } else {
  129. $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
  130. layer.alert(res.msg, {icon: 2, title: false, closeBtn: 0});
  131. }
  132. },
  133. error : function() {
  134. $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
  135. layer.alert('发送失败,请尝试重新发送!', {icon: 5, title: false, closeBtn: 0});
  136. }
  137. });
  138. }
  139. function mobile_fleshVerify(){
  140. var src = "{eyou:url link='api/Ajax/vertify' vars='type=users_mobile_login' /}";
  141. if (src.indexOf('?') > -1) {
  142. src += '&';
  143. } else {
  144. src += '?';
  145. }
  146. src += 'r='+ Math.floor(Math.random()*100);
  147. $('#mobile_imgVerifys').attr('src', src);
  148. $.ajax({
  149. async:false,
  150. url: "__ROOT_DIR__/index.php?m=api&c=Ajax&a=get_token&name=__mobile_1_token__",
  151. data: {_ajax:1},
  152. type:'GET',
  153. dataType:'html',
  154. success:function(res1){
  155. $('input[name=__mobile_1_token__]').val(res1);
  156. },
  157. error : function(e) {
  158. layer.closeAll();
  159. layer.alert(e.responseText, {icon: 5, title:false});
  160. }
  161. });
  162. }
  163. function code_countdown(){
  164. // 倒计时
  165. var setTime;
  166. var time = 120;
  167. setTime = setInterval(function() {
  168. if(0 >= time) {
  169. clearInterval(setTime);
  170. return false;
  171. }
  172. time--;
  173. $("#mobile_code_button").val(time + '秒').attr('disabled', 'disabled');
  174. if(time == 0) $("#mobile_code_button").val('获取验证码').removeAttr("disabled");
  175. }, 1000);
  176. }
  177. function checkMobileUser1649732103() {
  178. var mobile = $('#theMobileForm input[name=mobile]');
  179. var mobile_code = $('#theMobileForm input[name=mobile_code]');
  180. if (mobile.val() == '') {
  181. layer.msg('手机号不能为空!', {
  182. time: 1500
  183. });
  184. mobile.focus();
  185. return false;
  186. }
  187. if (mobile_code.val() == '') {
  188. layer.msg('验证码不能为空!', {
  189. time: 1500
  190. });
  191. mobile_code.focus();
  192. return false;
  193. }
  194. layer_loading('正在处理');
  195. $.ajax({
  196. url: "{eyou:url link='user/Users/mobile_reg' /}",
  197. data: $('#theMobileForm').serialize(),
  198. type: 'post',
  199. dataType: 'json',
  200. success: function(response) {
  201. layer.closeAll();
  202. var res = response.data;
  203. if (res.status == 0) {
  204. layer.msg(response.msg, {
  205. time: 1500
  206. }, function() {
  207. window.location = response.url;
  208. });
  209. } else if ('vertify' == res.status) {
  210. mobile_fleshVerify();
  211. layer.msg(response.msg, {
  212. time: 2000
  213. });
  214. } else if (res.status == 1) {
  215. layer.msg(response.msg, {
  216. time: 2000
  217. });
  218. } else if (res.status == 2) {
  219. layer.msg(response.msg, {
  220. time: 1500
  221. }, function() {
  222. window.location = response.url;
  223. });
  224. } else if (res.status == 3) {
  225. layer.msg(response.msg, {
  226. time: 1500
  227. }, function() {
  228. window.location = response.url;
  229. });
  230. } else {
  231. mobile_fleshVerify();
  232. layer.msg(response.msg, {
  233. time: 2000
  234. });
  235. }
  236. },
  237. error: function(e) {
  238. layer.closeAll();
  239. mobile_fleshVerify();
  240. showErrorAlert(e.responseText);
  241. }
  242. });
  243. };
  244. </script>
  245. </form>
  246. </div>
  247. <!-- 第三方账号登录 -->
  248. {eyou:include file="/public/static/template/users_v2/users_loginapi_m.htm" /}
  249. <!-- 第三方账号登录 -->
  250. </div>
  251. </div>
  252. <script>
  253. // 点击事件处理函数
  254. function showPhoneSignIn1() {
  255. // 获取元素
  256. var conSign1 = document.getElementById('con_sign_1');
  257. var conSign2 = document.getElementById('con_sign_2');
  258. // 隐藏账号登录相关元素
  259. conSign1.style.display = 'none';
  260. // 显示手机号登录相关元素
  261. conSign2.style.display = 'block';
  262. }
  263. function showPhoneSignIn2() {
  264. // 获取元素
  265. var conSign1 = document.getElementById('con_sign_1');
  266. var conSign2 = document.getElementById('con_sign_2');
  267. // 显示账号登录相关元素
  268. conSign1.style.display = 'block';
  269. // 隐藏手机号登录相关元素
  270. conSign2.style.display = 'none';
  271. }
  272. /**
  273. * 明文密码
  274. */
  275. $(".pass-showhide").attr('data-showOrHide', 'hide');
  276. $(".pass-showhide").on('click', function(){
  277. var showOrHide = $(this).attr('data-showOrHide');
  278. if ('hide' == showOrHide) {
  279. $(this).attr('data-showOrHide', 'show');
  280. var name = $(this).data('name');
  281. $("input[name="+name+"]").get(0).type="text";
  282. $(this).removeClass('pass-hide').addClass('pass-show');
  283. } else {
  284. $(this).attr('data-showOrHide', 'hide');
  285. var name = $(this).data('name');
  286. $("input[name="+name+"]").get(0).type="password";
  287. $(this).removeClass('pass-show').addClass('pass-hide');
  288. }
  289. });
  290. //切换账号登录与手机号登录
  291. $(".tab_list li").click(function(){
  292. var index = $(this).attr('data-index');
  293. $(".tab_list li").each(function(){
  294. $(this).removeClass('current');
  295. });
  296. $(".item").each(function(i,v){
  297. if (index == i){
  298. $(this).css?v=<?php echo rand(1,100000); ?>('display','block');
  299. } else{
  300. $(this).css?v=<?php echo rand(1,100000); ?>('display','none');
  301. }
  302. });
  303. $(this).addClass('current');
  304. });
  305. $(document).keydown(function(event) {
  306. if (event.keyCode == 13) {
  307. var index = $(".tab_list .current").attr('data-index');
  308. if (0 == index) {
  309. checkUser();
  310. }else if(1 == index){
  311. checkMobileUser1649732103();
  312. }
  313. }
  314. });
  315. function fleshVerify() {
  316. var src = "{eyou:url link='api/Ajax/vertify' vars='type=users_reg' /}";
  317. if (src.indexOf('?') > -1) {
  318. src += '&';
  319. } else {
  320. src += '?';
  321. }
  322. src += 'r=' + Math.floor(Math.random() * 100);
  323. $('#imgVerifys').attr('src', src);
  324. }
  325. function checkUser() {
  326. var username = $('#theForm input[name=username]');
  327. var password = $('#theForm input[name=password]');
  328. var password2 = $('#theForm input[name=password2]');
  329. // 《用户协议》和《隐私政策》
  330. var agreement = $('#theForm input[name=agreement]:checked').val();
  331. if (username.val() == '') {
  332. layer.msg('用户名不能为空!', {
  333. time: 1500
  334. });
  335. username.focus();
  336. return false;
  337. }
  338. if (password.val() == '') {
  339. layer.msg('登录密码不能为空!', {
  340. time: 1500
  341. });
  342. password.focus();
  343. return false;
  344. }
  345. {$pwdJsCode|default=''}
  346. if (password2.val() != password.val()) {
  347. layer.msg('两次密码不一致!', {
  348. time: 1500
  349. });
  350. password.focus();
  351. return false;
  352. }
  353. // 《用户协议》和《隐私政策》
  354. if (1 != agreement) {
  355. layer.msg('请勾选同意《用户协议》和《隐私政策》', {time: 1500});
  356. password.focus();
  357. return false;
  358. }
  359. layer_loading('正在处理');
  360. $.ajax({
  361. // async:false,
  362. url: "{eyou:url link='user/Users/reg' /}",
  363. data: $('#theForm').serialize(),
  364. type: 'post',
  365. dataType: 'json',
  366. success: function(response) {
  367. layer.closeAll();
  368. var res = response.data;
  369. if (res.status == 0) {
  370. layer.msg(response.msg, {
  371. time: 1500
  372. }, function() {
  373. window.location = response.url;
  374. });
  375. } else if ('vertify' == res.status) {
  376. fleshVerify();
  377. layer.msg(response.msg, {
  378. time: 2000
  379. });
  380. } else if (res.status == 1) {
  381. layer.msg(response.msg, {
  382. time: 2000
  383. });
  384. } else if (res.status == 2) {
  385. layer.msg(response.msg, {
  386. time: 1500
  387. }, function() {
  388. window.location = response.url;
  389. });
  390. } else if (res.status == 3) {
  391. layer.msg(response.msg, {
  392. time: 1500
  393. }, function() {
  394. window.location = response.url;
  395. });
  396. } else {
  397. fleshVerify();
  398. layer.msg(response.msg, {
  399. time: 2000
  400. });
  401. }
  402. },
  403. error: function(e) {
  404. layer.closeAll();
  405. fleshVerify();
  406. showErrorAlert(e.responseText);
  407. }
  408. });
  409. };
  410. </script>
  411. </body>
  412. </html>