Commit cbad57f1 by Mr. Lan

fix bug.

parent 06c24303
Showing with 1 additions and 1 deletions
......@@ -33,7 +33,7 @@
</li>
<li class="list-group-item">
<svg-icon icon-class="date" /> 创建日期
<div class="pull-right">{{ user.create_time }}</div>
<div class="pull-right">{{ parseTime(user.create_time) }}</div>
</li>
</ul>
</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 sign in to comment