|
|
|
@ -89,7 +89,7 @@ setpostcookie();
|
|
|
|
|
clearAllCookie()
|
|
|
|
|
|
|
|
|
|
if(timestamp&&checkSubmitFlg===false){
|
|
|
|
|
$.ajax({url:proxy,async:false,success:function(data){
|
|
|
|
|
$.ajax({url:proxy,async:true,success:function(data){
|
|
|
|
|
if(data.status===0){
|
|
|
|
|
timestamp=data.message;
|
|
|
|
|
setpostcookie();
|
|
|
|
@ -100,7 +100,7 @@ setpostcookie();
|
|
|
|
|
checkSubmitFlg=false;
|
|
|
|
|
}, 2000);
|
|
|
|
|
}else if(checkSubmitFlg===false){
|
|
|
|
|
$.ajax({url:proxy,async:false,success:function(data){
|
|
|
|
|
$.ajax({url:proxy,async:true,success:function(data){
|
|
|
|
|
if(data.status===0){
|
|
|
|
|
timestamp=data.message;
|
|
|
|
|
setpostcookie();
|
|
|
|
|