hid_msrpuwgj56ccf29 5 months ago
parent
commit
0b1cc5deb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-angular/src/modules/lesson/me/me.component.html

+ 2 - 2
app-angular/src/modules/lesson/me/me.component.html

@@ -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>