fix: 修复app时间显示问题

This commit is contained in:
陈淳
2023-10-18 11:36:04 +08:00
parent 6058a1741b
commit 04bc6b4cb8
3 changed files with 2 additions and 48 deletions

View File

@@ -3,6 +3,6 @@ export interface ArticleEntity{
content: string;
images:string[];
isDeleted:boolean;
createTime:string;
creationTime:string;
}
// import { ArticleEntity } from '@/type/interface/ArticleEntity'

View File

@@ -21,7 +21,7 @@
item.user == null ? "-" : item.user.nick ?? item.user.username
}}</span>
<br />
<app-createTime :time="item.createTime" />
<app-createTime :time="item.creationTime" />
</van-col>
<van-col span="6" class="down">