t
This commit is contained in:
@@ -15,7 +15,7 @@ var checkInfo, addOne;
|
||||
}
|
||||
|
||||
timesec--;
|
||||
var timeTmp=formatTime(timesec);
|
||||
var timeTmp = formatTime(timesec);
|
||||
for (var e_array = document.getElementsByName('remtime'), i = e_array.length - 1; i >= 0; i--) {
|
||||
e_array[i].innerText = timeTmp;
|
||||
}
|
||||
@@ -98,8 +98,8 @@ $(document).ready(function() {
|
||||
//倒计时器
|
||||
//name="remtime"
|
||||
//remtime(sec,callback);
|
||||
startremtime=function(){
|
||||
myFun[0](600, clearT,
|
||||
startremtime = function() {
|
||||
myFun[0](900, clearT,
|
||||
function() {
|
||||
var btn = document.getElementById("submit");
|
||||
$("#form1").ajaxSubmit({
|
||||
@@ -152,7 +152,7 @@ $(document).ready(function() {
|
||||
//表单验证
|
||||
requestFirst = function() {
|
||||
var ifblock = new Array(),
|
||||
scroll_top_duration = 600; //ms
|
||||
scroll_top_duration = 900; //ms
|
||||
for (var i = eName.length - 1; i >= 0; i--) {
|
||||
ifblock[i] = $.trim(document.getElementById(eName[i]).value);
|
||||
}
|
||||
@@ -184,7 +184,7 @@ $(document).ready(function() {
|
||||
|
||||
function showRequest() {
|
||||
var ifblock = new Array(),
|
||||
scroll_top_duration = 600; //ms
|
||||
scroll_top_duration = 900; //ms
|
||||
for (var i = eName.length - 1; i >= 0; i--) {
|
||||
ifblock[i] = $.trim(document.getElementById(eName[i]).value);
|
||||
}
|
||||
@@ -241,7 +241,7 @@ $(document).ready(function() {
|
||||
function showResponse(responseText) {
|
||||
clearT[0] = 0;
|
||||
alert(responseText);
|
||||
window.location.href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5NzY1MjYyMg==&scene=124#wechat_redirect";
|
||||
window.location.href = "https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5NzY1MjYyMg==&scene=124#wechat_redirect";
|
||||
|
||||
}
|
||||
var options = {
|
||||
|
||||
Reference in New Issue
Block a user