// .html <img [src]="nzSrc" *ngIf="nzSrc && hasSrc" (error)="imgError()"/> // .ts imgError(): void { // 没有图片时会触发 }