|
@@ -63,7 +63,6 @@
|
|
</ion-item>
|
|
</ion-item>
|
|
</ion-list>
|
|
</ion-list>
|
|
</ion-card>
|
|
</ion-card>
|
|
-
|
|
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<ion-card class="myList">
|
|
<ion-card class="myList">
|
|
<ion-list [inset]="true">
|
|
<ion-list [inset]="true">
|
|
@@ -88,7 +87,6 @@
|
|
<ion-button *ngIf="!currentUser?.id" expand="block" routerLink="/user/login">登录</ion-button>
|
|
<ion-button *ngIf="!currentUser?.id" expand="block" routerLink="/user/login">登录</ion-button>
|
|
<ion-button *ngIf="currentUser?.id" fill="clear" expand="block" (click)="logout()">登出</ion-button>
|
|
<ion-button *ngIf="currentUser?.id" fill="clear" expand="block" (click)="logout()">登出</ion-button>
|
|
</ion-list>
|
|
</ion-list>
|
|
-
|
|
|
|
<!-- 详细内容 -->
|
|
<!-- 详细内容 -->
|
|
<!-- 导航 -->
|
|
<!-- 导航 -->
|
|
<ion-card>
|
|
<ion-card>
|
|
@@ -110,9 +108,7 @@
|
|
<ion-buttons slot="end"><ion-button>编辑</ion-button></ion-buttons>
|
|
<ion-buttons slot="end"><ion-button>编辑</ion-button></ion-buttons>
|
|
</ion-toolbar>
|
|
</ion-toolbar>
|
|
</ion-card>
|
|
</ion-card>
|
|
-
|
|
|
|
- <!-- 美景推荐 -->
|
|
|
|
-
|
|
|
|
|
|
+ <!-- 推荐图 -->
|
|
<ng-container *ngIf="cate=='推荐'">
|
|
<ng-container *ngIf="cate=='推荐'">
|
|
<ion-list [inset]="true" lines="inset">
|
|
<ion-list [inset]="true" lines="inset">
|
|
<ng-container *ngFor="let recommend of myRecommendList">
|
|
<ng-container *ngFor="let recommend of myRecommendList">
|
|
@@ -129,7 +125,6 @@
|
|
</ng-container>
|
|
</ng-container>
|
|
</ion-list>
|
|
</ion-list>
|
|
</ng-container>
|
|
</ng-container>
|
|
-
|
|
|
|
<!-- 科普关注 -->
|
|
<!-- 科普关注 -->
|
|
<ng-container *ngIf="cate=='关注'">
|
|
<ng-container *ngIf="cate=='关注'">
|
|
<ion-grid>
|
|
<ion-grid>
|
|
@@ -152,7 +147,6 @@
|
|
</ion-row>
|
|
</ion-row>
|
|
</ion-grid>
|
|
</ion-grid>
|
|
</ng-container>
|
|
</ng-container>
|
|
-
|
|
|
|
<!-- 科普笔记 -->
|
|
<!-- 科普笔记 -->
|
|
<ng-container *ngIf="cate=='科普'">
|
|
<ng-container *ngIf="cate=='科普'">
|
|
<ng-container *ngFor="let science of myScienceList">
|
|
<ng-container *ngFor="let science of myScienceList">
|