|
@@ -15,7 +15,7 @@
|
|
|
</ion-refresher>
|
|
|
<ion-card *ngFor="let pending of pendingList" (click)="getStoreQCDetail(pending)" class="speaker-card">
|
|
|
<ion-card-content class="pending-content">
|
|
|
- <ion-item lines="none" *ngIf="pending.imgsrc" (click)="showFullScreenImage(pending)">
|
|
|
+ <ion-item lines="none" *ngIf="pending.imgsrc" (click)="showFullScreenImage(pending);$event.stopPropagation()">
|
|
|
<span>产品图片:</span>
|
|
|
<img slot="end" [src]="pending.imgsrc" class="title-image" />
|
|
|
</ion-item>
|