diff --git a/application/default/views/scripts/heihe/view.phtml b/application/default/views/scripts/heihe/view.phtml
index 89063a6f..7b8ec54a 100755
--- a/application/default/views/scripts/heihe/view.phtml
+++ b/application/default/views/scripts/heihe/view.phtml
@@ -268,7 +268,43 @@ endforeach;
@@ -323,6 +359,9 @@ function todownload(ft)
//ajax comment
function ajaxpage(page){$.ajax({type:"GET",url:"/data/comment/uuid/= $md->uuid; ?>",data:'page='+page,success:function(html){$('#allcomments').html(html);},
beforeSend:function(){$('#allcomments').html('
加载中');}});};ajaxpage(0);
+function postcomment(){ $.ajax({'type':"POST",'url':"/data/postcomment",'data':$('#postcommentform').serialize(),
+'success':function(html){$('#postcomment').html('提交');setTimeout("$('#postcomment').removeAttr('disabled');",3000); $('#returninfo').html(html);ajaxpage(0);},
+'beforeSend':function(){$('#postcomment').attr('disabled','disabled');$('#postcomment').html('
正在提交...'); }});}
//ajax literature
function literature(page){$.ajax({type:"GET",url:"/data/literature/uuid/= $md->uuid; ?>",data:'page='+page,success:function(html){$('#literature').html('
'+html+'
');},