Commit 7f72364e authored by 吕祺's avatar 吕祺 ⛹🏽

add hr

parent 3caf8ec9
...@@ -71,12 +71,12 @@ export default class PostPage extends React.Component { ...@@ -71,12 +71,12 @@ export default class PostPage extends React.Component {
<Title > <Title >
{ post.title} { post.title}
</Title> </Title>
{post.type && <div className="post-dateshare-wrapper"> <div className="post-dateshare-wrapper">
<div className="post-date"> <div className="post-date">
{post.type} {post.type}
{/* {yymmdd(new Date(post.createDate)).join('/')} */} {/* {yymmdd(new Date(post.createDate)).join('/')} */}
</div> </div>
</div>} </div>
{post.video && <Video id="video" src={post.video} {post.video && <Video id="video" src={post.video}
poster={post.videoPoster}/>} poster={post.videoPoster}/>}
<div <div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment