基金首页出现基金状态的源代码
刚刚出现的基金状态的源代码。
<style type="text/css">
</style>
<div class="" id="projectProcess" name="projectProcess">
</div>
<div class="clear_h10"></div>
<script type="text/javascript">
//var prcWin = new progressWin("/egrantres"
$(function(){
$("#projectProcess".load("/egrantweb/mainProjectProcess",{},function(){
});
});
</script>
返回小木虫查看更多
京公网安备 11010802022153号
能不能一下就给结果,不要来这么多,
楼主申请与受理里是不是也有
function editActions(posCode, grantCode, subGrantCode, helpGrantCode, psnCode, type){
var options = {
type:"post",
dataType : "json",
async: true,
timeout:120000,
data:{"psnCode":psnCode},
success : function(data) {
if(data.result == true || data.result == "true"{
$("#psnCode".val(psnCode);
editAction(posCode, grantCode, subGrantCode, helpGrantCode, type);
}else{
scmWarn('您的个人信息未填写完整,请到管理->个人信息维护中补充完整!', null, 2000);
}
prcWin.closeWin();
},
error : function() {
},
url: "/egrantweb/psn-manage/checkImportantInfo"
};
$.ajax(options);
,我把 url: "/egrantweb/psn-manage/checkImportantInfo" 带入到https://isisn.nsfc.gov.cn//egran ... /checkImportantInfo搜索显示 {"result":true}
不知道是什么情况,
有个p用?
大家都一样啊