|
|
@@ -86,7 +86,9 @@
|
|
|
{{ isContentCollapsed(post) ? '查看更多' : '收起' }}
|
|
|
</p>
|
|
|
</div>
|
|
|
- <img *ngIf="post?.get('avatar')!='undefined'" class="post-avatar" src="{{post?.get('avatar')}}||avatarUrl" />
|
|
|
+ <div *ngIf="post?.get('avatar')!='undefined'">
|
|
|
+ <img class="post-avatar" src="{{post?.get('avatar')}}" />
|
|
|
+ </div>
|
|
|
<div class="post-actions">
|
|
|
<ion-button fill="clear" (click)="likePost()">👍 </ion-button>
|
|
|
<ion-button fill="clear" (click)="commentPost(post?.id!)">💬</ion-button>
|