作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

@@ -163,7 +163,6 @@ @@ -163,7 +163,6 @@
163 var curCount='';//当前剩余秒数 163 var curCount='';//当前剩余秒数
164 var mobile=$("#mobile").val(); 164 var mobile=$("#mobile").val();
165 var code=$("#code").val(); 165 var code=$("#code").val();
166 - console.log(mobile);  
167 var t=localStorage.getItem("time"); 166 var t=localStorage.getItem("time");
168 InterValObj = window.setInterval(SetRemainTime,1000); 167 InterValObj = window.setInterval(SetRemainTime,1000);
169 if(t!=null){ 168 if(t!=null){
@@ -177,6 +176,7 @@ @@ -177,6 +176,7 @@
177 } 176 }
178 //启动计时器,1秒执行一次 177 //启动计时器,1秒执行一次
179 $(".getcode").click(function(){ 178 $(".getcode").click(function(){
  179 + console.log(mobile);
180 curCount = count; 180 curCount = count;
181 //设置button效果,开始计时 181 //设置button效果,开始计时
182 $(".getcode").attr("disabled",true); 182 $(".getcode").attr("disabled",true);