update: 优化基本设置创建时间显示

This commit is contained in:
xieyonghong 2023-03-30 20:14:50 +08:00
parent 6224bf81ec
commit 3e268404a9
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@
<p>注册时间</p> <p>注册时间</p>
<p> <p>
{{ {{
moment(userInfo.createTime).format( userInfo.createTime ? moment(userInfo.createTime).format(
'YYYY-MM-DD HH:mm:ss', 'YYYY-MM-DD HH:mm:ss',
) ) : '-'
}} }}
</p> </p>
</div> </div>