diff --git a/web/jsFile/home-update.js b/web/jsFile/home-update.js index bec3aa0..e59e6ca 100644 --- a/web/jsFile/home-update.js +++ b/web/jsFile/home-update.js @@ -6,6 +6,7 @@ function upadateFrame(e) { var updateUrl=$(this).attr('href'); var arr=updateUrl.split('?'); var proccessIndex=arr[1]; + alert(proccessIndex); var indexData={"index":proccessIndex}; $('.update-frame').load(updateUrl+' .updated',indexData,function (data) { });