|
|
@@ -550,9 +550,9 @@ |
|
|
data:$('#debugAgainForm-'+JobID).serialize(), |
|
|
data:$('#debugAgainForm-'+JobID).serialize(), |
|
|
success:function(res){ |
|
|
success:function(res){ |
|
|
if(res['WechatRedirectUrl']){ |
|
|
if(res['WechatRedirectUrl']){ |
|
|
window.location.href=WechatRedirectUrl |
|
|
|
|
|
|
|
|
window.location.href=res['WechatRedirectUrl'] |
|
|
} |
|
|
} |
|
|
if(res.result_code==="0"){ |
|
|
|
|
|
|
|
|
else if(res.result_code==="0"){ |
|
|
if(res.job_id!==JobID){ |
|
|
if(res.job_id!==JobID){ |
|
|
location.reload() |
|
|
location.reload() |
|
|
}else{ |
|
|
}else{ |
|
|
|