|
@@ -73,7 +73,6 @@
|
|
|
<!-- 底部弹出模态 -->
|
|
|
<ion-modal [isOpen]="isModalOpen" cssClass="bottom-modal">
|
|
|
<ng-template>
|
|
|
-
|
|
|
<ion-header>
|
|
|
<ion-toolbar>
|
|
|
<ion-buttons slot="start">
|
|
@@ -89,37 +88,14 @@
|
|
|
<h1 class="product-name">{{currentProduct.get('title')}}</h1>
|
|
|
<p><strong>作者:</strong>{{currentProduct.get('author')}}</p>
|
|
|
<p>{{currentProduct.get('content')[0]}}</p>
|
|
|
- <div class="image-container">
|
|
|
- <img style="width: 100%; height: auto;" [src]="currentProduct.get('image')[0]" alt="图片" class="medicine-image">
|
|
|
- </div>
|
|
|
- <p>{{currentProduct.get('content')[0]}}</p>
|
|
|
- <div class="image-container">
|
|
|
+ <!-- <div class="image-container">
|
|
|
<img style="width: 100%; height: auto;" [src]="currentProduct.get('image')[0]" alt="图片" class="medicine-image">
|
|
|
- </div>
|
|
|
- <div style="display: flex; height: 30px; width: 100%; justify-content: space-between; align-items: center">
|
|
|
- <p style="margin-left:30px"><strong>阅读量:</strong>{{currentProduct.get('views')}}</p>
|
|
|
- <p style="margin-right:30px"><strong>点赞量:</strong>{{currentProduct.get('likes')}}</p>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
+ <!-- <p>{{currentProduct.get('content')[0]}}</p> -->
|
|
|
</div>
|
|
|
</ion-content>
|
|
|
</ng-template>
|
|
|
</ion-modal>
|
|
|
|
|
|
- <ion-modal class="share-modal" [isOpen]="shareDetail">
|
|
|
- <ion-header>
|
|
|
- <ion-toolbar>
|
|
|
- <ion-buttons slot="end">
|
|
|
- <ion-button (click)="closeDetailModal()">X</ion-button>
|
|
|
- </ion-buttons>
|
|
|
- <ion-title>分享</ion-title>
|
|
|
- </ion-toolbar>
|
|
|
- </ion-header>
|
|
|
- <ion-content>
|
|
|
- <ion-item>
|
|
|
- <ion-label position="stacked">分享链接</ion-label>
|
|
|
- <!-- <ion-input [(ngModel)]="shareLink" readonly></ion-input> -->
|
|
|
- </ion-item>
|
|
|
- <ion-button expand="block" (click)="copyLink()">复制链接</ion-button>
|
|
|
- </ion-content>
|
|
|
- </ion-modal>
|
|
|
+
|
|
|
</ion-content>
|