|
|
@@ -1,7 +1,8 @@
|
|
|
import { Component } from '@angular/core';
|
|
|
import { IonHeader, IonToolbar, IonTitle, IonContent,
|
|
|
IonCard, IonCardHeader, IonCardTitle, IonCardContent,
|
|
|
- IonItem, IonAvatar, IonLabel, IonList, IonThumbnail } from '@ionic/angular/standalone';
|
|
|
+ IonItem, IonAvatar, IonLabel, IonList, IonThumbnail,
|
|
|
+ IonIcon, IonButton} from '@ionic/angular/standalone';
|
|
|
import { ExploreContainerComponent } from '../explore-container/explore-container.component';
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
|
|
|
@@ -13,8 +14,9 @@ import { CommonModule } from '@angular/common';
|
|
|
imports: [
|
|
|
CommonModule,
|
|
|
IonHeader, IonToolbar, IonTitle, IonContent, ExploreContainerComponent,
|
|
|
+ IonIcon, IonButton,
|
|
|
IonCard, IonCardHeader, IonCardTitle, IonCardContent,
|
|
|
- IonItem, IonAvatar, IonLabel, IonList, IonThumbnail,
|
|
|
+ IonItem, IonAvatar, IonLabel, IonList, IonThumbnail,
|
|
|
]
|
|
|
})
|
|
|
export class Tab2Page {
|
|
|
@@ -38,8 +40,6 @@ export class Tab2Page {
|
|
|
// 其他推荐影视剧...
|
|
|
];
|
|
|
|
|
|
- recommendationReason: string = '根据您的观看历史推荐。'; // 推荐理由
|
|
|
-
|
|
|
similarMovies = [
|
|
|
{
|
|
|
title: '您可能喜欢的剧名1',
|