|
@@ -35,12 +35,10 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t |
|
|
},1000) |
|
|
},1000) |
|
|
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true); |
|
|
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true); |
|
|
|
|
|
|
|
|
if (getQueryVariable('type') == 'Y'){ |
|
|
|
|
|
setInterval(function (){ |
|
|
|
|
|
tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); |
|
|
|
|
|
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation2,true); |
|
|
|
|
|
},5000) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
setInterval(function (){ |
|
|
|
|
|
tools.doGet(biddinglist, {projectId:getQueryVariable('id')}, module.biddinglistInformation,true); |
|
|
|
|
|
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation2,true); |
|
|
|
|
|
},5000) |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
//获取地址栏参数 |
|
|
//获取地址栏参数 |
|
|