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

1

... ... @@ -163,6 +163,7 @@
var curCount='';//当前剩余秒数
var mobile=$("#mobile").val();
var code=$("#code").val();
console.log(mobile);
var t=localStorage.getItem("time");
InterValObj = window.setInterval(SetRemainTime,1000);
if(t!=null){
... ...