var Index = React.createClass({
render: function() {
var date = new Date(this.props.user.registration_time);
return (
<Layout title="基本信息" user={this.props.user.user_name}>
<a href="/profile/profile/edit" className="btn btn-info" role="button"> 修改个人信息 </a>
<hr />
<p> 注册时间: {date} </p>
</Layout>
);
}
});
new Date()没有输出,why
侃侃无极
蓝山帝景
动漫人物
相关分类