|
@@ -47,12 +47,12 @@
|
|
|
<ion-label>
|
|
|
{{currentUser?.get("name") || '昵称'}}
|
|
|
</ion-label>
|
|
|
- <ion-buttons slot="end">
|
|
|
+ <!-- <ion-buttons slot="end">
|
|
|
<ion-button>
|
|
|
<ion-icon name="heart-outline"></ion-icon>
|
|
|
<ion-note>{{currentUser?.get("like") || '99'}}</ion-note>
|
|
|
</ion-button>
|
|
|
- </ion-buttons>
|
|
|
+ </ion-buttons> -->
|
|
|
</ion-item>
|
|
|
<ion-item lines="none">
|
|
|
<ion-badge slot="start">{{currentUser?.get("tag") || '标签'}}</ion-badge>
|