Skip to content

Commit

Permalink
a js bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed May 25, 2017
1 parent 83e9cca commit 825773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/js/item/show.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function iFrameHeight() { 
var page_id = $(this).data("page_id") ;
$.post(
DocConfig.server+"/api/page/info",
{page_id,page_id},
{"page_id":page_id},
function(data){
var html = "<p>最后编辑时间:"+data.data.addtime+"</p><p>编辑人:"+data.data.author_username+"</p>";
layer.alert(html);
Expand Down

0 comments on commit 825773f

Please sign in to comment.