liting2017 7 years ago
parent
commit
104d1f6053
3 changed files with 28 additions and 22 deletions
  1. 2 2
      src/css/register.css
  2. 25 19
      src/js/register.js
  3. 1 1
      template/register.html

+ 2 - 2
src/css/register.css

@@ -129,8 +129,8 @@ margin:40px auto;padding: 20px 50px;overflow-y: auto;box-shadow: 0 10px 10px 0 #
 
 
 /*弹出消息提示*/
-.smg{width: 200px;height: 30px;background: rgba(100,100,100,.3);border-radius: 10px;position: fixed;top: 50%;margin-top: -15px;left: 50%;margin-left: -75px;color: #ffffff;}
-.smg input{width: 200px;height: 30px;border: none;background: none;text-align: center;font-size: 16px;}
+.smg{width: 260px;height: 40px;text-align: center;line-height:40px;background: rgba(100,100,100,.3);border-radius: 10px;position: fixed;top: 50%;margin-top: -15px;left: 50%;margin-left: -75px;color: dodgerblue;}
+.smg input{width: 260px;height: 40px;border: none;background: none;text-align: center;font-size: 16px;}
 
 
 

+ 25 - 19
src/js/register.js

@@ -294,29 +294,15 @@ $(function(){
     $('.yanzhengma_cont').click(function () {
         $('.yanzhengma_cont img').attr('src', (globalConfig.context + "/open/getVCode?t=" + Math.random()))
     })
-    var tt = 30;
+    var tt = 30;    
+    $('#photo').attr('disabled',false)
+    $('#photo').css({color:'#f18101',lineHeight:'37px',padding:'0px 1px'})
     $('#photo').click(function () {
+    	if(piccode.value&&username.value){
         //手机验证功能
         var ophoto = $('#username').val();
         var types = $('#zhuangjia').prop("checked") ? '0' : '1';        
         var phott = $('#piccode').val();
-        //验证码倒计时
-        $('#photo').attr('disabled', true);
-        $(this).attr('disabled', true);
-        var timer = setInterval(function () {
-            tt -= 1;
-            $('#photo').attr('disabled', true);
-            $(this).val("发送"+'('+tt+'s'+')');
-            $(this).css({color:'#cccccc'})
-            if (tt == 0) {
-                clearInterval(timer);
-                $('#photo').attr('disabled', false);
-                $(this).attr('disabled', false);
-                tt=30;
-                $(this).css({color:'rgb(241, 129, 1)'})
-                $(this).val('重新发送');
-            }
-        }.bind(this), 1000);
         $.ajax({
             type: "GET",
             url: globalConfig.context + "/open/getMCode",
@@ -330,13 +316,33 @@ $(function(){
                 if (data.error && data.error.length) {
                     $('#msg').val(data.error[0].message); 
                     msg();
+                    $('.yanzhengma_cont').click();
                 } else { 
                 	$('#msg').val('发送成功');
-                    msg();
+                     //验证码倒计时
+                    alert(tt)
+                    $('#photo').attr('disabled', true);
+                    var timer = setInterval(function () {
+			            tt -= 1;
+			            $('#photo').val("发送"+'('+tt+'s'+')');
+			            $('#photo').css({color:'#cccccc'})
+			            if (tt == 0) {
+			                clearInterval(timer);
+			                $('#photo').attr('disabled', false);
+			                tt=30;
+			                $('#photo').css({color:'#f18101'})
+			                $('#photo').val('重新发送');
+			            }
+			        }.bind(this), 1000);
+			        msg();
                 }
                 return true;
             }
         });
+        }else{
+        	$('#msg').val('验证码/手机号码不能为空');
+            msg();
+        }
     });
     //提示框渐隐函数
     $('.smg').hide();

+ 1 - 1
template/register.html

@@ -65,7 +65,7 @@
 						<div>
 							<input type="text" name="cellCode" placeholder="手机验证码" id="photo_num"/>
 						</div>
-						<input type="button" id="photo" value="获取验证码" disabled/>
+						<input type="button" id="photo" value="获取验证码" />
 					</div>
 					<div class="login_check">
 						<label for="qiye" class="qiye_lab cheackeds">