Răsfoiți Sursa

手机号注册

linwu 1 an în urmă
părinte
comite
6b574250a6

+ 13 - 2
public/themes/default/views/mobile/app/auth/register_person.blade.php

@@ -212,8 +212,19 @@
             });
         };
 
-        gt_init(handlerRegMobile);
-        gt_init(handler);
+        $('#getVerfyCode').on('click', function () {
+            var mobileValue = $.trim($('input[name=mobile]').val());
+            if (mobileValue == '') {
+                // alert('请输入手机号');
+                qsToast({type:2,context: '请输入手机号'});
+                return false;
+            }
+            toSetSms({});
+
+        });
+
+        // gt_init(handlerRegMobile);
+        // gt_init(handler);
     }