|
|
@ -51,7 +51,7 @@ if (isDev) {
|
|
|
|
checkSubmitFlg=true
|
|
|
|
checkSubmitFlg=true
|
|
|
|
window.setTimeout(function () {
|
|
|
|
window.setTimeout(function () {
|
|
|
|
checkSubmitFlg=false;
|
|
|
|
checkSubmitFlg=false;
|
|
|
|
}, 3500);
|
|
|
|
}, 2500);
|
|
|
|
}else if(checkSubmitFlg===false){
|
|
|
|
}else if(checkSubmitFlg===false){
|
|
|
|
$.ajax({url:proxy,async:false,success:function(data){
|
|
|
|
$.ajax({url:proxy,async:false,success:function(data){
|
|
|
|
if(data.status===0){
|
|
|
|
if(data.status===0){
|
|
|
@ -61,7 +61,7 @@ if (isDev) {
|
|
|
|
checkSubmitFlg=true
|
|
|
|
checkSubmitFlg=true
|
|
|
|
window.setTimeout(function () {
|
|
|
|
window.setTimeout(function () {
|
|
|
|
checkSubmitFlg=false;
|
|
|
|
checkSubmitFlg=false;
|
|
|
|
}, 3500);
|
|
|
|
}, 2500);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
window._debugType = debugType;
|
|
|
|
window._debugType = debugType;
|
|
|
|