Your Name преди 10 месеца
родител
ревизия
b4725cda21
променени са 3 файла, в които са добавени 7 реда и са изтрити 6 реда
  1. 2
    2
      public/static/common/js/mobile_login.js
  2. 2
    2
      template/mobile/users/users_login.htm
  3. 3
    2
      template/mobile/users/users_select_login.htm

+ 2
- 2
public/static/common/js/mobile_login.js Целия файл

@@ -5,12 +5,12 @@ $(function () {
5 5
             $('#vertify_div').css('display','block');
6 6
         }
7 7
     });
8
-    $("input[name=mobile_vertify]").keyup(function(event){
8
+ /*   $("input[name=mobile_vertify]").keyup(function(event){
9 9
         var mobile_vertify = $(this).val();
10 10
         if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
11 11
             send_mobile_code();
12 12
         }
13
-    });
13
+    });*/
14 14
 })
15 15
 
16 16
 function send_mobile_code() {

+ 2
- 2
template/mobile/users/users_login.htm Целия файл

@@ -82,12 +82,12 @@
82 82
                                     $('#vertify_div').css('display','block');
83 83
                                 }
84 84
                             });
85
-                            $("input[name=mobile_vertify]").keyup(function(event){
85
+                            /*$("input[name=mobile_vertify]").keyup(function(event){
86 86
                                 var mobile_vertify = $(this).val();
87 87
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88 88
                                     send_mobile_code();
89 89
                                 }
90
-                            });
90
+                            });*/
91 91
                                             
92 92
                             function send_mobile_code() {
93 93
                                 var mobile = $("input[name=mobile]").val();

+ 3
- 2
template/mobile/users/users_select_login.htm Целия файл

@@ -82,12 +82,13 @@
82 82
                                     $('#vertify_div').css('display','block');
83 83
                                 }
84 84
                             });
85
-                            $("input[name=mobile_vertify]").keyup(function(event){
85
+
86
+                            /*$("input[name=mobile_vertify]").keyup(function(event){
86 87
                                 var mobile_vertify = $(this).val();
87 88
                                 if (4 <= mobile_vertify.length && 32 <= event.keyCode) {
88 89
                                     send_mobile_code();
89 90
                                 }
90
-                            });
91
+                            });*/
91 92
                                             
92 93
                             function send_mobile_code() {
93 94
                                 var mobile = $("input[name=mobile]").val();

Loading…
Отказ
Запис