Your Name 8 månader sedan
förälder
incheckning
9d86347835

+ 25
- 13
application/admin/template/zcbd_position/show.htm Visa fil

@@ -281,19 +281,21 @@ $is_list_empty = $field['id'];
281 281
                     $zhengshu2 = json_decode($field2['zhengshu2'],true);
282 282
                     $zhengshu2_str = '0';
283 283
                     foreach ($zhengshu2 as $k => $v){
284
-                        $zhengshu2_str .= ','.$v;
284
+                        if((int)$v > 0) {
285
+                            $zhengshu2_str .= ',' . $v;
286
+                        }
285 287
                     }
286 288
                     $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu2_str.") and is_del=0 and status=1";
287 289
                     ?>
288 290
 
289 291
 
290
-                    {eyou:notempty name='$zhengshu2' /}
292
+                    {eyou:if condition='($zhengshu2_str != "0")'}
291 293
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
292 294
                     <?php /***/ ?>{$field3.title}<br/>
293 295
                     {/eyou:sql}
294 296
                     {eyou:else /}
295 297
                     不限制
296
-                    {/eyou:notempty}
298
+                    {/eyou:if}
297 299
 
298 300
 
299 301
 
@@ -308,18 +310,20 @@ $is_list_empty = $field['id'];
308 310
                     $zhengshu = json_decode($detail['zy'],true);
309 311
                     $zhengshu_str = '0';
310 312
                     foreach ($zhengshu as $k => $v){
311
-                        $zhengshu_str .= ','.$v;
313
+                        if ((int)$v > 0) {
314
+                            $zhengshu_str .= ',' . $v;
315
+                        }
312 316
                     }
313 317
                     $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
314 318
                     ?>
315 319
 
316
-                    {eyou:notempty name='$zhengshu' /}
320
+                    {eyou:if condition='($zhengshu_str != "0")'}
317 321
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
318 322
                     {$field3.title}<br/>
319 323
                     {/eyou:sql}
320 324
                     {eyou:else /}
321 325
322
-                    {/eyou:notempty}
326
+                    {/eyou:if}
323 327
                 </td>
324 328
 
325 329
                 <td>
@@ -373,7 +377,10 @@ $is_list_empty = $field['id'];
373 377
                 </td>
374 378
                 <td>
375 379
                     {eyou:if condition='((int)$field2.xxlx === 0)'}
376
-                    符合
380
+                    <font style='color: blue;'>符合</font>
381
+                    <?php
382
+                    $num++;
383
+                    ?>
377 384
                     {eyou:else /}
378 385
                     <?php
379 386
                     if((int)$field2['xxlx'] === (int)$detail['xxlx']){
@@ -441,6 +448,7 @@ $is_list_empty = $field['id'];
441 448
                 <td>前置<br/>证书</td>
442 449
                 <td>
443 450
                     <?php
451
+                    $zhengshu3 = '';
444 452
                     $zs_all = [];
445 453
                     //(且或) 列出证书要求
446 454
                     //调用需要的记录 is_zs
@@ -468,11 +476,13 @@ $is_list_empty = $field['id'];
468 476
                     //var_dump($sjnx);
469 477
                     $zhengshu3_str = '0';
470 478
                     foreach ($zhengshu3 as $k => $v){
471
-                        $zhengshu3_str .= ','.$v;
479
+                        if((int)$v > 0) {
480
+                            $zhengshu3_str .= ',' . $v;
481
+                        }
472 482
                     }
473 483
                     $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu3_str.") and is_del=0 and status=1";
474 484
                     ?>
475
-                    {eyou:notempty name='$zhengshu3' /}
485
+                    {eyou:if condition='($zhengshu3_str != "0")'}
476 486
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field4"}
477 487
                     <?php
478 488
                     $key_s = array_search($field4['id'], $zhengshu3);
@@ -482,7 +492,7 @@ $is_list_empty = $field['id'];
482 492
                     {/eyou:sql}
483 493
                     {eyou:else /}
484 494
                     <!--忽略-->
485
-                    {/eyou:notempty}
495
+                    {/eyou:if}
486 496
 
487 497
 
488 498
                     {/eyou:sql}
@@ -496,12 +506,14 @@ $is_list_empty = $field['id'];
496 506
                     $zsnx = json_decode($detail['zsnx'],true);
497 507
                     $zhengshu_str = '0';
498 508
                     foreach ($zhengshu as $k => $v){
499
-                        $zhengshu_str .= ','.$v;
509
+                        if((int)$v > 0){
510
+                            $zhengshu_str .= ','.$v;
511
+                        }
500 512
                     }
501 513
                     $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
502 514
                     ?>
503 515
 
504
-                    {eyou:notempty name='$zhengshu' /}
516
+                    {eyou:if condition='($zhengshu_str != "0")'}
505 517
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
506 518
                     <?php
507 519
                     $key_s = array_search($field3['id'], $zhengshu);
@@ -511,7 +523,7 @@ $is_list_empty = $field['id'];
511 523
                     {/eyou:sql}
512 524
                     {eyou:else /}
513 525
514
-                    {/eyou:notempty}
526
+                    {/eyou:if}
515 527
 
516 528
                 </td>
517 529
 

+ 59
- 1
application/api/controller/Diyajax.php Visa fil

@@ -422,6 +422,63 @@ class Diyajax extends Base
422 422
         respose(['code'=>0, 'msg'=>'提交失败', 'data'=>[]]);
423 423
     }
424 424
 
425
+    /*
426
+     * 验证码
427
+     * 这里不记录查询记录
428
+     */
429
+    public function cxCode()
430
+    {
431
+        $param = request()->param();
432
+
433
+        $mobile = $param['mobile'];
434
+        if (empty($mobile)){
435
+            respose(['code'=>0, 'msg'=>'手机号码不能为空', 'data'=>[]]);
436
+        }
437
+        if (!check_mobile($mobile)) {
438
+            respose(['code'=>0, 'msg'=>'手机号码格式不正确', 'data'=>[]]);
439
+        }
440
+        if (empty($param['code'])){
441
+            respose(['code'=>0, 'msg'=>'验证码不能为空', 'data'=>[]]);
442
+        }
443
+
444
+        if($param['code'] == '0000'){
445
+            //免验证
446
+        }else {
447
+            $RecordWhere = [
448
+                'mobile' => trim($param['mobile']),
449
+                'code' => trim($param['code']),
450
+                'lang' => $this->home_lang
451
+            ];
452
+            $RecordData = Db::name('sms_log')->where($RecordWhere)->field('is_use, add_time')->order('id desc')->find();
453
+            if (!empty($RecordData)) {
454
+                // 验证码存在
455
+                $time = getTime();
456
+                $RecordData['add_time'] += Config::get('global.mobile_default_time_out');
457
+                if (1 == $RecordData['is_use'] || $RecordData['add_time'] <= $time) {
458
+                    respose(['code' => 0, 'msg' => '手机验证码已被使用或超时,请重新发送!', 'data' => []]);
459
+                } else {
460
+                    // 处理手机验证码
461
+                    $RecordWhere = [
462
+                        'source' => 1,
463
+                        'mobile' => $param['mobile'],
464
+                        'is_use' => 0,
465
+                        'lang' => $this->home_lang
466
+                    ];
467
+                    // 更新数据
468
+                    $RecordData = [
469
+                        'is_use' => 1,
470
+                        'update_time' => $time
471
+                    ];
472
+                    Db::name('sms_log')->where($RecordWhere)->update($RecordData);
473
+                }
474
+            } else {
475
+                respose(['code' => 0, 'msg' => '手机验证码不正确,请重新输入!', 'data' => []]);
476
+            }
477
+        }
478
+        respose(['code'=>1, 'msg'=>'验证通过,查询中...', 'data'=>[]]);
479
+    }
480
+
481
+
425 482
     /*
426 483
      * 获取城市1
427 484
      */
@@ -432,7 +489,8 @@ class Diyajax extends Base
432 489
             $list = Db::name('citysite')
433 490
                 ->field('id,name')
434 491
                 ->where('parent_id', $param['id'])
435
-                ->where('status',1)
492
+                //->where('status',1)
493
+                //->where('is_open',1)
436 494
                 ->select();
437 495
             respose(['code'=>1, 'msg'=>'请求成功', 'data'=>$list]);
438 496
         }else{

+ 2
- 2
login.php Visa fil

@@ -27,11 +27,11 @@ $url = $protocol . $domainName;
27 27
 echo $domainName; // 输出当前域名的完整URL
28 28
 
29 29
 if($domainName == 'www.zc10000.com' || $domainName == 'zc10000.com'){
30
-    header('HTTP/1.1 301 Moved Permanently');
30
+/*    header('HTTP/1.1 301 Moved Permanently');
31 31
     // 设置新的位置为主页URL
32 32
     header('Location: https://www.zc10000.com');
33 33
     // 确保之后的代码不会执行
34
-    exit();
34
+    exit();*/
35 35
 }
36 36
 
37 37
 header("Content-type:text/html;charset=utf-8");

+ 53
- 1
template/pc/common/include/step.htm Visa fil

@@ -160,6 +160,58 @@
160 160
             });
161 161
         });
162 162
 
163
+
164
+        $(document).on('click','#cx-rel-code',function (){
165
+
166
+
167
+            //验证手机号码
168
+            var phoneNumber = $('#ffnp').val();
169
+            if (isValidPhoneNumber(phoneNumber)) {
170
+                console.log("手机号码有效");
171
+            } else {
172
+                console.log("手机号码无效");
173
+                $('#myModal .modal-body p').html('手机号码无效');
174
+                $('#myModal').modal('show');
175
+                return false;
176
+            }
177
+
178
+            // 显示加载状态
179
+            $('#loadingModal .visually-hidden').html('发送中...');
180
+            $('#loadingModal').modal('show');
181
+
182
+            // 点击事件调用倒计时函数
183
+            setTime($('#cx-rel-code'),120);
184
+            //return false;
185
+            //请求ajax 发送短信
186
+            // 发送 AJAX 请求
187
+            $.ajax({
188
+                url: '/api/Diyajax/getCode',
189
+                data: {
190
+                    'mobile' : phoneNumber,
191
+                },
192
+                method: 'GET',
193
+                success: function(data) {
194
+                    // 请求成功后隐藏加载状态
195
+                    $('#loadingModal').modal('hide');
196
+                    // 处理返回的数据
197
+                    console.log('Ajax response:', data);
198
+
199
+                    $('#loadingModal .visually-hidden').html(data.msg);
200
+                    $('#loadingModal').modal('show');
201
+                    setTimeout(function() {
202
+                        $('#loadingModal').modal('hide');
203
+                    }, 3000); // 5秒后取消定时器
204
+
205
+                },
206
+                error: function(xhr, status, error) {
207
+                    // 请求失败后隐藏加载状态
208
+                    $('#loadingModal').modal('hide');
209
+                    // 处理错误
210
+                    console.error('Ajax error:', status, error);
211
+                }
212
+            });
213
+        });
214
+
163 215
         //选择地区
164 216
         $("#choose1").change(function (){
165 217
 
@@ -262,7 +314,7 @@
262 314
                         // 处理返回的数据
263 315
                         console.log('Ajax response:', data);
264 316
                         console.log(data.data);
265
-                        var html = '<option value="0">选择您所在城市</option>';
317
+                        var html = '<option value="0">选择城市</option>';
266 318
                         $.each(data.data,function (i,e){
267 319
                             console.log(e);
268 320
                             html += '<option value="'+e.id+'">'+e.name+'</option>';

+ 25
- 14
template/pc/components/index/kop.htm Visa fil

@@ -122,20 +122,21 @@ $is_list_empty = $field['id'];
122 122
                     $zhengshu2 = json_decode($field2['zhengshu2'],true);
123 123
                     $zhengshu2_str = '0';
124 124
                     foreach ($zhengshu2 as $k => $v){
125
-                        $zhengshu2_str .= ','.$v;
125
+                        if((int)$v > 0) {
126
+                            $zhengshu2_str .= ',' . $v;
127
+                        }
126 128
                     }
127 129
                     $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu2_str.") and is_del=0 and status=1";
128 130
                     ?>
129 131
 
130 132
 
131
-                    {eyou:notempty name='$zhengshu2' /}
133
+                    {eyou:if condition='($zhengshu2_str != "0")'}
132 134
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
133 135
                     <?php /**{$field3.title}*/ ?><br/>
134 136
                     {/eyou:sql}
135 137
                     {eyou:else /}
136 138
                     不限制
137
-                    {/eyou:notempty}
138
-
139
+                    {/eyou:if}
139 140
 
140 141
 
141 142
                     {/eyou:if}
@@ -149,18 +150,20 @@ $is_list_empty = $field['id'];
149 150
                     $zhengshu = json_decode($detail['zy'],true);
150 151
                     $zhengshu_str = '0';
151 152
                     foreach ($zhengshu as $k => $v){
152
-                        $zhengshu_str .= ','.$v;
153
+                        if ((int)$v > 0) {
154
+                            $zhengshu_str .= ',' . $v;
155
+                        }
153 156
                     }
154 157
                     $sql3 = "select id,title from ey_zczy_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
155 158
                     ?>
156 159
 
157
-                    {eyou:notempty name='$zhengshu' /}
160
+                    {eyou:if condition='($zhengshu_str != "0")'}
158 161
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
159 162
                     {$field3.title}<br/>
160 163
                     {/eyou:sql}
161 164
                     {eyou:else /}
162 165
163
-                    {/eyou:notempty}
166
+                    {/eyou:if}
164 167
                 </td>
165 168
 
166 169
                 <td>
@@ -214,7 +217,10 @@ $is_list_empty = $field['id'];
214 217
                 </td>
215 218
                 <td>
216 219
                     {eyou:if condition='((int)$field2.xxlx === 0)'}
217
-                    符合
220
+                    <!--<font style='color: blue;'>符合</font>-->
221
+                    <?php
222
+                    $num++;
223
+                    ?>
218 224
                     {eyou:else /}
219 225
                     <?php
220 226
                     if((int)$field2['xxlx'] === (int)$detail['xxlx']){
@@ -282,6 +288,7 @@ $is_list_empty = $field['id'];
282 288
                 <td>前置<br/>证书</td>
283 289
                 <td>
284 290
                     <?php
291
+                    $zhengshu3 = '';
285 292
                     $zs_all = [];
286 293
                     //(且或) 列出证书要求
287 294
                     //调用需要的记录 is_zs
@@ -309,11 +316,13 @@ $is_list_empty = $field['id'];
309 316
                     //var_dump($sjnx);
310 317
                     $zhengshu3_str = '0';
311 318
                     foreach ($zhengshu3 as $k => $v){
312
-                        $zhengshu3_str .= ','.$v;
319
+                        if((int)$v > 0) {
320
+                            $zhengshu3_str .= ',' . $v;
321
+                        }
313 322
                     }
314 323
                     $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu3_str.") and is_del=0 and status=1";
315 324
                     ?>
316
-                    {eyou:notempty name='$zhengshu3' /}
325
+                    {eyou:if condition='($zhengshu3_str != "0")'}
317 326
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field4"}
318 327
                     <?php
319 328
                         $key_s = array_search($field4['id'], $zhengshu3);
@@ -323,7 +332,7 @@ $is_list_empty = $field['id'];
323 332
                     {/eyou:sql}
324 333
                     {eyou:else /}
325 334
                     <!--忽略-->
326
-                    {/eyou:notempty}
335
+                    {/eyou:if}
327 336
 
328 337
 
329 338
                     {/eyou:sql}
@@ -337,12 +346,14 @@ $is_list_empty = $field['id'];
337 346
                     $zsnx = json_decode($detail['zsnx'],true);
338 347
                     $zhengshu_str = '0';
339 348
                     foreach ($zhengshu as $k => $v){
340
-                        $zhengshu_str .= ','.$v;
349
+                        if((int)$v > 0){
350
+                            $zhengshu_str .= ','.$v;
351
+                        }
341 352
                     }
342 353
                     $sql3 = "select id,title from ey_zczs_position where id IN(".$zhengshu_str.") and is_del=0 and status=1";
343 354
                     ?>
344 355
 
345
-                    {eyou:notempty name='$zhengshu' /}
356
+                    {eyou:if condition='($zhengshu_str != "0")'}
346 357
                     {eyou:sql sql="$sql3" cachetime='3600' empty='' id="field3"}
347 358
                     <?php
348 359
                     $key_s = array_search($field3['id'], $zhengshu);
@@ -352,7 +363,7 @@ $is_list_empty = $field['id'];
352 363
                     {/eyou:sql}
353 364
                     {eyou:else /}
354 365
355
-                    {/eyou:notempty}
366
+                    {/eyou:if}
356 367
 
357 368
                 </td>
358 369
 

+ 13
- 9
template/pc/components/index/step.htm Visa fil

@@ -399,17 +399,17 @@
399 399
 
400 400
 
401 401
                                 <div class="form-group" style="margin-bottom: 15px;">
402
-                                    <div class="col-sm-6 col-xs-6" style="padding-left:0px;">
402
+                                    <div class="col-sm-6 col-xs-6" style="padding-left:0px;padding-right:3px;">
403 403
                                         <select class="form-control" id="choose11" name="szsf">
404
-                                            <option value="0">选择您所在省份</option>
404
+                                            <option value="0">选择省份</option> <!--您所在-->
405 405
                                             {eyou:sql sql="select id,name from ey_citysite where status=1 and level=1" cachetime='3600' empty='' id='field'}
406 406
                                             <option value="{$field.id}">{$field.name}</option>
407 407
                                             {/eyou:sql}
408 408
                                         </select>
409 409
                                     </div>
410
-                                    <div class="col-sm-6 col-xs-6" style="padding-right:0px;">
410
+                                    <div class="col-sm-6 col-xs-6" style="padding-right:0px;padding-left: 3px;">
411 411
                                         <select class="form-control" id="choose12" name="szcs">
412
-                                            <option value="0">选择您所在城市</option>
412
+                                            <option value="0">选择城市</option><!--您所在-->
413 413
                                         </select>
414 414
                                     </div>
415 415
                                     <div class="clear"></div>
@@ -432,7 +432,7 @@
432 432
                                     <textarea name="form-about-yourself" placeholder="About yourself..."
433 433
                                               class="form-about-yourself form-control" id="form-about-yourself"></textarea>-->
434 434
                                     <select class="form-control" id="choose3" name="sbdj">
435
-                                        <option>选择申报等级</option>
435
+                                        <option value="0" selected>选择申报等级</option>
436 436
                                     </select>
437 437
                                 </div>
438 438
                                 <button type="button" class="btn btn-next">下一步</button>
@@ -504,7 +504,7 @@
504 504
 
505 505
 
506 506
 
507
-                                <div class="form-group" style="padding-left: 5px;position: relative;">
507
+                                <div id="zy_box" class="form-group" style="padding-left: 5px;position: relative;">
508 508
                                     <label class="col-sm-12 control-label" style="padding-left: 0;">是否以下相关毕业专业</label>
509 509
                                     <div class="col-sm-12" style="padding-left: 0;margin-bottom: 0px;" id="zys">
510 510
                                         <!--先初始化证书-->
@@ -631,7 +631,7 @@
631 631
                                     </label>
632 632
                                 </div>-->
633 633
                                 <button type="button" class="btn btn-previous">上一步</button>
634
-                                <button type="button" class="btn btn-next">下一步</button>
634
+                                <button type="button" class="btn btn-next" id="jumpBtn">下一步</button>
635 635
                             </div>
636 636
                         </fieldset>
637 637
 
@@ -686,10 +686,14 @@
686 686
         <div class="form-group" style="text-align: left;">
687 687
             <label for="exampleInputFile" style="color: #fff;">如果您提交过资料信息:</label>
688 688
             <label class="sr-only" for="form-first-name">请输入手机号码</label>
689
-            <input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="form-first-name" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>">
689
+            <input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="ffnp" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>">
690 690
             <input type="hidden" name="t" value="" id="times"/>
691 691
         </div>
692
-        <button type="submit" class="btn btn-default btn-sm">立即查询</button>
692
+        <div class="form-group" style="position:relative;">
693
+            <input type="text" name="cxyzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="cx-code" style="width:60%;">
694
+            <button type="button" class="btn btn-default get-code get-code-hover email-retrieve-code" id="cx-rel-code" style="width: 38%;position:absolute;right: 0;top: 0;background-color:#19b9e7 !important;padding: 0 7px;">获取验证码</button>
695
+        </div>
696
+        <button type="submit" id="cx-submit" class="btn btn-default btn-sm" onclick="return false;">立即查询</button>
693 697
     </form>
694 698
 </div>
695 699
 

+ 112
- 2
template/pc/js/botstrap-step/scripts.js Visa fil

@@ -60,6 +60,11 @@ jQuery(document).ready(function() {
60 60
         console.log($(this).index());
61 61
         //调用专业
62 62
         if($(this).index() == 4) {
63
+
64
+            //隐藏查询表单
65
+            $('#sele-box').hide();
66
+
67
+
63 68
             $('#loadingModal').modal('show');
64 69
             $.ajax({
65 70
                 url: '/api/Diyajax/getZcZyList',
@@ -81,11 +86,16 @@ jQuery(document).ready(function() {
81 86
                     });
82 87
 
83 88
                     if(html == ''){
89
+                        //隐藏
90
+                        $('#zy_box').hide();
84 91
                         html = '暂无相关要求';
85 92
                     }
86 93
 
87 94
                     $('#zys').empty();
88 95
                     $('#zys').append(html);
96
+
97
+
98
+
89 99
                 },
90 100
                 error: function (xhr, status, error) {
91 101
                     // 请求失败后隐藏加载状态
@@ -160,9 +170,16 @@ jQuery(document).ready(function() {
160 170
                     });
161 171
 
162 172
                     if(html == ''){
163
-                        html = '暂无相关要求,请进行下一步';
173
+                        html = '暂无相关要求(2s后自动进行下一步)';
174
+                        //直接点击跳转下一步
175
+                        //ajax异步是一个线程
176
+                        //定时器也是一个独立线程
177
+                        //ajax直接执行点击有问题 放到定时器里面即可
178
+                        setTimeout(function() {
179
+                            $('#jumpBtn').trigger('click');
180
+                            //$('#jumpBtn').parent().parent().hide();
181
+                        }, 2000);
164 182
                     }
165
-
166 183
                     $('#zss').empty();
167 184
                     $('#zss').append(html);
168 185
                 },
@@ -226,6 +243,13 @@ jQuery(document).ready(function() {
226 243
 
227 244
     // previous step
228 245
     $('.registration-form .btn-previous').on('click', function() {
246
+
247
+        console.log($(this).index());
248
+        if($(this).index() == 6){
249
+            //隐藏查询表单
250
+            $('#sele-box').show();
251
+        }
252
+
229 253
         $(this).parents('fieldset').fadeOut(400, function() {
230 254
             $(this).prev().fadeIn();
231 255
         });
@@ -318,6 +342,9 @@ jQuery(document).ready(function() {
318 342
                         $('#loadingModal').modal('hide');
319 343
                     }, 3000); // 5秒后取消定时器
320 344
                 }else{
345
+                    //重置表单数据
346
+                    //$('.registration-form').reset();
347
+                    $('.registration-form')[0].reset();
321 348
                     //成功
322 349
                     setTimeout(function() {
323 350
                         $('#loadingModal').modal('hide');
@@ -336,6 +363,89 @@ jQuery(document).ready(function() {
336 363
         return false;
337 364
     });
338 365
 
366
+
367
+    /**
368
+     * 获取验证码
369
+     */
370
+    /*$('#cx-rel-code').on('click',function (){
371
+
372
+    });*/
373
+
374
+    /**
375
+     * 查询提交的事件
376
+     */
377
+    $('#cx-submit').on('click',function (){
378
+
379
+        function isValidPhoneNumber(phoneNumber) {
380
+            var regex = /^1[3-9]\d{9}$/; // 中国手机号码正则表达式,以1开头,第二位是3-9,后面跟着9位数字
381
+            return regex.test(phoneNumber);
382
+        }
383
+
384
+        var a = $('#cx-code').val();
385
+        if(a == ''){
386
+            $('#myModal .modal-body p').html('请输入验证码');
387
+            $('#myModal').modal('show');
388
+            return false;
389
+        }
390
+        var b = $('#ffnp').val();
391
+        if(isValidPhoneNumber(b) === false){
392
+            $('#myModal .modal-body p').html('请输入正确的手机号码格式');
393
+            $('#myModal').modal('show');
394
+            return false;
395
+        }
396
+        var t = $('#times').val();
397
+
398
+        //请求ajax
399
+        $.ajax({
400
+            url: '/api/Diyajax/cxCode',
401
+            method: 'POST',
402
+            dataType: 'json', // 指定响应数据为JSON
403
+            data: {
404
+                'code': a,
405
+                'mobile': b,
406
+            },
407
+            success: function(data) {
408
+                // 请求成功后隐藏加载状态
409
+                $('#loadingModal').modal('hide');
410
+                // 处理返回的数据
411
+                console.log('Ajax response:', data);
412
+
413
+                $('#loadingModal .visually-hidden').html(data.msg);
414
+                $('#loadingModal').modal('show');
415
+
416
+                if(data.code == 0){
417
+                    setTimeout(function() {
418
+                        $('#loadingModal').modal('hide');
419
+                    }, 3000); // 5秒后取消定时器
420
+                }else{
421
+                    //重置表单数据
422
+                    $('#cx-code').val('');
423
+                    //成功
424
+                    setTimeout(function() {
425
+                        $('#loadingModal').modal('hide');
426
+                        //跳转到结果页
427
+                        location.href = 'https://www.zc10000.com/cp?p='+b+'&t='+t;
428
+                    }, 2000); // 5秒后取消定时器
429
+                }
430
+            },
431
+            error: function(xhr, status, error) {
432
+                // 请求失败后隐藏加载状态
433
+                $('#loadingModal').modal('hide');
434
+                // 处理错误
435
+                console.error('Ajax error:', status, error);
436
+            }
437
+        });
438
+
439
+
440
+        $('.form-inline').trigger('click');
441
+        return false;
442
+
443
+
444
+    });
445
+
446
+
447
+
448
+
339 449
     // 获取长度为len的随机字符串
340 450
     function _getRandomString(len) {
341 451
         len = len || 32;

Loading…
Avbryt
Spara