fix: 修复app时间显示问题
This commit is contained in:
@@ -3,6 +3,6 @@ export interface ArticleEntity{
|
||||
content: string;
|
||||
images:string[];
|
||||
isDeleted:boolean;
|
||||
createTime:string;
|
||||
creationTime:string;
|
||||
}
|
||||
// import { ArticleEntity } from '@/type/interface/ArticleEntity'
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user