Skip to content

Commit

Permalink
作品页标题显示问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
520sb committed Jun 20, 2022
1 parent 9b75863 commit b0c580b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ var pagecz = {
d2.introduce2 = markdownToHtml(d2.introduce);
v.workview = d2;
v.comment.getcomment()
v.title=d2.title+' by '+d2.nickname;
v.title=d2.name+' by '+d2.nickname;
setTimeout(()=>{
$('#comment').bind('paste',v.paste);
},100)
Expand Down

0 comments on commit b0c580b

Please sign in to comment.