Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -191,7 +191,8 @@ export struct SearchResultContentComponent{ | @@ -191,7 +191,8 @@ export struct SearchResultContentComponent{ | ||
| 191 | corner: '', | 191 | corner: '', |
| 192 | rmhPlatform: 0, | 192 | rmhPlatform: 0, |
| 193 | newTags: '', | 193 | newTags: '', |
| 194 | - isSearch: true | 194 | + isSearch: true, |
| 195 | + publishTimestamp:"" | ||
| 195 | } | 196 | } |
| 196 | 197 | ||
| 197 | this.data.push(contentDTO) | 198 | this.data.push(contentDTO) |
-
Please register or login to post a comment