Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

scripts.js 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. jQuery(document).ready(function() {
  2. checkBrowserWidth();
  3. $(window).resize(checkBrowserWidth); // 当窗口大小改变时重新检查
  4. function checkBrowserWidth() {
  5. var browserWidth = $(window).width();
  6. if (browserWidth < 1001) {
  7. //alert('浏览器宽度小于600像素');
  8. $.backstretch("/template/pc/js/botstrap-step/bg2.png");
  9. }else{
  10. $.backstretch("/template/pc/js/botstrap-step/bg.jpg");
  11. }
  12. }
  13. /*
  14. Fullscreen background
  15. */
  16. //$.backstretch("/template/pc/js/botstrap-step/bg.jpg");
  17. $('#top-navbar-1').on('shown.bs.collapse', function(){
  18. $.backstretch("resize");
  19. });
  20. $('#top-navbar-1').on('hidden.bs.collapse', function(){
  21. $.backstretch("resize");
  22. });
  23. /*
  24. Form
  25. */
  26. $('.registration-form fieldset:first-child').fadeIn('slow');
  27. $('.registration-form input[type="text"], .registration-form input[type="password"], .registration-form textarea').on('focus', function() {
  28. $(this).removeClass('input-error');
  29. });
  30. // next step
  31. $('.registration-form .btn-next').on('click', function() {
  32. var a11 = $('#choose11').val();
  33. var a12 = $('#choose12').val();
  34. if(a11 == 0 || a12 == 0){
  35. $('#myModal .modal-body p').html('请选择您所在城市');
  36. $('#myModal').modal('show');
  37. return false;
  38. }
  39. //校验字段
  40. var a = $('#choose2').val();
  41. console.log(a);
  42. if(a == 0){
  43. $('#myModal .modal-body p').html('请选择申报专业');
  44. $('#myModal').modal('show');
  45. return false;
  46. }
  47. var b = $('#choose3').val();
  48. console.log(a);
  49. if(b == 0){
  50. $('#myModal .modal-body p').html('请选择申报等级');
  51. $('#myModal').modal('show');
  52. return false;
  53. }
  54. console.log($(this).index());
  55. //调用专业
  56. if($(this).index() == 4) {
  57. //隐藏查询表单
  58. $('#sele-box').hide();
  59. $('.ssl-box').hide();
  60. $('#loadingModal').modal('show');
  61. $.ajax({
  62. url: '/api/Diyajax/getZcZyList',
  63. method: 'POST',
  64. dataType: 'json', // 指定响应数据为JSON
  65. data: {
  66. id: a
  67. },
  68. success: function (data) {
  69. // 请求成功后隐藏加载状态
  70. $('#loadingModal').modal('hide');
  71. // 处理返回的数据
  72. console.log('Ajax response:', data);
  73. console.log(data.data);
  74. var html = '';
  75. var html2 = '';
  76. $.each(data.data, function (i, e) {
  77. console.log(e);
  78. html += '<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;"><label class="checkbox-inline"><input type="checkbox" name="zy[]" id="inlineCheckbox'+i+'" value="'+e.id+'"> '+e.title+'</label></p>';
  79. html2 += '<span class="hjk">'+e.title+'</span>';
  80. });
  81. if(html == ''){
  82. //隐藏
  83. $('#zy_box').hide();
  84. html = '暂无相关要求';
  85. }
  86. if(html2 == ''){
  87. //隐藏
  88. $('#zy_box').hide();
  89. html2 = '暂无相关要求';
  90. }
  91. $('#zys').empty();
  92. $('#zys').append(html);
  93. $('#zys-list').empty();
  94. $('#zys-list').append(html2);
  95. },
  96. error: function (xhr, status, error) {
  97. // 请求失败后隐藏加载状态
  98. $('#loadingModal').modal('hide');
  99. // 处理错误
  100. console.error('Ajax error:', status, error);
  101. }
  102. });
  103. }
  104. //填完个人资料 点击下一步
  105. if($(this).index() == 7) {
  106. var b = $('#choose6').val();
  107. console.log(a);
  108. if(b == 0){
  109. $('#myModal .modal-body p').html('请选择年龄');
  110. $('#myModal').modal('show');
  111. return false;
  112. }
  113. var b = $('#choose5').val();
  114. console.log(a);
  115. if(b == 0){
  116. $('#myModal .modal-body p').html('请选择学历');
  117. $('#myModal').modal('show');
  118. return false;
  119. }
  120. var b = $('#choose7').val();
  121. console.log(a);
  122. if(b == 0){
  123. $('#myModal .modal-body p').html('请选择学校类型');
  124. $('#myModal').modal('show');
  125. return false;
  126. }
  127. var b33 = $('#choose33').val();
  128. console.log(a);
  129. if(b33 == 0){
  130. $('#myModal .modal-body p').html('请选择毕业时间');
  131. $('#myModal').modal('show');
  132. return false;
  133. }
  134. var xl = $('#choose5').val();
  135. //调用证书
  136. $('#loadingModal').modal('show');
  137. $.ajax({
  138. url: '/api/Diyajax/getZcZsList',
  139. method: 'POST',
  140. dataType: 'json', // 指定响应数据为JSON
  141. data: {
  142. id: a,
  143. xl: xl,
  144. },
  145. success: function (data) {
  146. // 请求成功后隐藏加载状态
  147. $('#loadingModal').modal('hide');
  148. // 处理返回的数据
  149. console.log('Ajax response:', data);
  150. console.log(data.data);
  151. var html = '';
  152. var options = '';
  153. for(i=1;i<=30;i++) {
  154. options += '<option value="'+i+'">'+i+'年</option>';
  155. }
  156. $.each(data.data, function (i, e) {
  157. console.log(e);
  158. html += '<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;"><label class="checkbox-inline" style="margin-top: -4px;font-size: 15px;"><input type="checkbox" name="zs[]" id="inlineCheckbox' + i + '" value="' + e.id + '"> ' + e.title + '</label><font style="margin-left:15px;"><select className="form-control-s" name="zsnx[]">'+options+'</select></font></p>';
  159. });
  160. if(html == ''){
  161. html = '暂无相关要求(0.5s后自动进行下一步)';
  162. //直接点击跳转下一步
  163. //ajax异步是一个线程
  164. //定时器也是一个独立线程
  165. //ajax直接执行点击有问题 放到定时器里面即可
  166. $('#zss').attr('data','no');
  167. setTimeout(function() {
  168. $('#jumpBtn').trigger('click');
  169. //$('#jumpBtn').parent().parent().hide();
  170. }, 500); //大于400
  171. }else{
  172. $('#zss').attr('data','yes');
  173. }
  174. $('#zss').empty();
  175. $('#zss').append(html);
  176. },
  177. error: function (xhr, status, error) {
  178. // 请求失败后隐藏加载状态
  179. $('#loadingModal').modal('hide');
  180. // 处理错误
  181. console.error('Ajax error:', status, error);
  182. }
  183. });
  184. }
  185. if($(this).index() == 2) {
  186. //获取表单令牌 不能用接口直接过去 得用内部调用
  187. /*$('#loadingModal').modal('show');
  188. $.ajax({
  189. url: '/api/v1/api/get_token',
  190. method: 'POST',
  191. dataType: 'json', // 指定响应数据为JSON
  192. data: {},
  193. success: function (data) {
  194. // 请求成功后隐藏加载状态
  195. $('#loadingModal').modal('hide');
  196. // 处理返回的数据
  197. console.log('Ajax response:', data);
  198. console.log(data.data);
  199. $('#token').val(data.value);
  200. },
  201. error: function (xhr, status, error) {
  202. // 请求失败后隐藏加载状态
  203. $('#loadingModal').modal('hide');
  204. // 处理错误
  205. console.error('Ajax error:', status, error);
  206. }
  207. });*/
  208. }
  209. //继续下一屏切换
  210. var parent_fieldset = $(this).parents('fieldset');
  211. var next_step = true;
  212. parent_fieldset.find('input[type="text"], input[type="password"], textarea').each(function() {
  213. if( $(this).val() == "" ) {
  214. $(this).addClass('input-error');
  215. next_step = false;
  216. }
  217. else {
  218. $(this).removeClass('input-error');
  219. }
  220. });
  221. if( next_step ) {
  222. parent_fieldset.fadeOut(400, function() {
  223. $(this).next().fadeIn();
  224. });
  225. }
  226. });
  227. // previous step
  228. $('.registration-form .btn-previous').on('click', function() {
  229. console.log($(this).index());
  230. if($(this).index() == 6){
  231. //隐藏查询表单
  232. $('#sele-box').show();
  233. //$('.ssl-box').show();
  234. }
  235. if($(this).index() == 4){
  236. //判断是否空证书
  237. var a = $('#zss').attr('data');
  238. if(a == 'no'){
  239. setTimeout(function() {
  240. $('#jumpBtn2').trigger('click');
  241. //$('#jumpBtn').parent().parent().hide();
  242. }, 500); //大于400
  243. }
  244. }
  245. $(this).parents('fieldset').fadeOut(400, function() {
  246. $(this).prev().fadeIn();
  247. });
  248. });
  249. // submit
  250. $('.registration-form').on('submit', function(e) {
  251. /*$(this).find('input[type="text"], input[type="password"], textarea').each(function() {
  252. if( $(this).val() == "" ) {
  253. e.preventDefault();
  254. $(this).addClass('input-error');
  255. }
  256. else {
  257. $(this).removeClass('input-error');
  258. }
  259. });*/
  260. function isValidPhoneNumber(phoneNumber) {
  261. var regex = /^1[3-9]\d{9}$/; // 中国手机号码正则表达式,以1开头,第二位是3-9,后面跟着9位数字
  262. return regex.test(phoneNumber);
  263. }
  264. //开始手动验证
  265. var a = $('#per-name').val();
  266. var b = $('#per-phone').val();
  267. var c = $('#per-code').val();
  268. if(a == ''){
  269. $('#myModal .modal-body p').html('请输入您的称呼');
  270. $('#myModal').modal('show');
  271. return false;
  272. }
  273. if(b == ''){
  274. $('#myModal .modal-body p').html('请输入您的手机号码');
  275. $('#myModal').modal('show');
  276. return false;
  277. }
  278. console.log(isValidPhoneNumber(b));
  279. if(isValidPhoneNumber(b) === false){
  280. $('#myModal .modal-body p').html('请输入正确的手机号码格式');
  281. $('#myModal').modal('show');
  282. return false;
  283. }
  284. if(c == ''){
  285. $('#myModal .modal-body p').html('请输入验证码');
  286. $('#myModal').modal('show');
  287. return false;
  288. }
  289. //循环所有checkbox 重新构建数组
  290. //var zhengshu = [];
  291. var zhengshu = '';
  292. $('#zss input[type=checkbox]').each(function() {
  293. if ($(this).is(':checked')) {
  294. // 至少有一个checkbox被选中
  295. //zhengshu.push($(this).val());
  296. zhengshu += $(this).val()+',';
  297. } else {
  298. // 没有任何checkbox被选中
  299. //zhengshu.push("0");
  300. zhengshu += '0,';
  301. }
  302. });
  303. $('#zhengshu_val').val(zhengshu);
  304. //发送表单信息到后台
  305. $('#loadingModal .visually-hidden').html('获取结果中...');
  306. $('#loadingModal').modal('show');
  307. var formData = $('.registration-form').serializeArray();
  308. console.log(formData);
  309. //return false;
  310. $.ajax({
  311. url: '/api/Diyajax/insData',
  312. method: 'POST',
  313. dataType: 'json', // 指定响应数据为JSON
  314. data: formData,
  315. success: function(data) {
  316. // 请求成功后隐藏加载状态
  317. $('#loadingModal').modal('hide');
  318. // 处理返回的数据
  319. console.log('Ajax response:', data);
  320. $('#loadingModal .visually-hidden').html(data.msg);
  321. $('#loadingModal').modal('show');
  322. if(data.code == 0){
  323. setTimeout(function() {
  324. $('#loadingModal').modal('hide');
  325. }, 3000); // 5秒后取消定时器
  326. }else{
  327. //重置表单数据
  328. //$('.registration-form').reset();
  329. $('.registration-form')[0].reset();
  330. //成功
  331. setTimeout(function() {
  332. $('#loadingModal').modal('hide');
  333. //跳转到结果页
  334. location.href = 'https://www.zc10000.com/cp?h='+data.data.code;
  335. }, 1000); // 5秒后取消定时器
  336. }
  337. },
  338. error: function(xhr, status, error) {
  339. // 请求失败后隐藏加载状态
  340. $('#loadingModal').modal('hide');
  341. // 处理错误
  342. console.error('Ajax error:', status, error);
  343. }
  344. });
  345. return false;
  346. });
  347. /**
  348. * 获取验证码
  349. */
  350. /*$('#cx-rel-code').on('click',function (){
  351. });*/
  352. /**
  353. * 查询提交的事件
  354. */
  355. $('#cx-submit').on('click',function (){
  356. function isValidPhoneNumber(phoneNumber) {
  357. var regex = /^1[3-9]\d{9}$/; // 中国手机号码正则表达式,以1开头,第二位是3-9,后面跟着9位数字
  358. return regex.test(phoneNumber);
  359. }
  360. var a = $('#cx-code').val();
  361. if(a == ''){
  362. $('#myModal .modal-body p').html('请输入验证码');
  363. $('#myModal').modal('show');
  364. return false;
  365. }
  366. var b = $('#ffnp').val();
  367. if(isValidPhoneNumber(b) === false){
  368. $('#myModal .modal-body p').html('请输入正确的手机号码格式');
  369. $('#myModal').modal('show');
  370. return false;
  371. }
  372. var t = $('#times').val();
  373. //请求ajax
  374. $.ajax({
  375. url: '/api/Diyajax/cxCode',
  376. method: 'POST',
  377. dataType: 'json', // 指定响应数据为JSON
  378. data: {
  379. 'code': a,
  380. 'mobile': b,
  381. },
  382. success: function(data) {
  383. // 请求成功后隐藏加载状态
  384. $('#loadingModal').modal('hide');
  385. // 处理返回的数据
  386. console.log('Ajax response:', data);
  387. $('#loadingModal .visually-hidden').html(data.msg);
  388. $('#loadingModal').modal('show');
  389. if(data.code == 0){
  390. setTimeout(function() {
  391. $('#loadingModal').modal('hide');
  392. }, 3000); // 5秒后取消定时器
  393. }else{
  394. //重置表单数据
  395. $('#cx-code').val('');
  396. //成功
  397. setTimeout(function() {
  398. $('#loadingModal').modal('hide');
  399. //跳转到结果页
  400. location.href = 'https://www.zc10000.com/cp?p='+b+'&t='+t;
  401. }, 2000); // 5秒后取消定时器
  402. }
  403. },
  404. error: function(xhr, status, error) {
  405. // 请求失败后隐藏加载状态
  406. $('#loadingModal').modal('hide');
  407. // 处理错误
  408. console.error('Ajax error:', status, error);
  409. }
  410. });
  411. $('.form-inline').trigger('click');
  412. return false;
  413. });
  414. // 获取长度为len的随机字符串
  415. function _getRandomString(len) {
  416. len = len || 32;
  417. var $chars = 'ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678'; // 默认去掉了容易混淆的字符oOLl,9gq,Vv,Uu,I1
  418. var maxPos = $chars.length;
  419. var pwd = '';
  420. for (i = 0; i < len; i++) {
  421. pwd += $chars.charAt(Math.floor(Math.random() * maxPos));
  422. }
  423. return pwd;
  424. }
  425. var timestamp = new Date().getTime();
  426. var times= timestamp + _getRandomString(32);
  427. console.log(times);
  428. $('#times').val(times);
  429. /**
  430. * 点击显示成功 示例
  431. */
  432. var browserWidth = $(window).width();
  433. if (browserWidth < 1001) {
  434. //手机端生效
  435. $('.but-success').removeClass('but-success2');
  436. }
  437. $('.but-success').click(function (){
  438. //$('.ssl-box').toggle();
  439. //.fadeOut();
  440. //.fadeIn();
  441. if($('.ssl-box').is(":hidden")){
  442. $('.ssl-box').fadeIn().show();
  443. $('.but-success').addClass('but-success2');
  444. }else{
  445. $('.ssl-box').fadeOut().hide();
  446. $('.but-success').removeClass('but-success2');
  447. }
  448. var browserWidth = $(window).width();
  449. if (browserWidth < 1001) {
  450. //手机端生效
  451. $('.but-success').removeClass('but-success2');
  452. $('.ssl-box').fadeOut().hide();
  453. $('#myModal').addClass('sss-box');
  454. /*$('#myModal .modal-title').html('详情');*/
  455. var html = $('.ssl-box').html();
  456. $('#myModal .modal-body p').html(html);
  457. $('#myModal').modal('show');
  458. }
  459. });
  460. });