0
点赞
收藏
分享

微信扫一扫

ng4 *ngIf

小贴贴纸happy 2022-07-14 阅读 63

<ng-container *ngIf="v.activity_id && v.combination_type ===0">

<div style="position: absolute;right: 20px;top: 50%" (click)="addCarGD('add', v)">


<img src="/assets/img/cright.png" alt="" style="width: 14px;height: auto">

</div>

</ng-container>

                <ng-container *ngIf="v.activity_id && v.combination_type ===1"><!--选-->
<div style="position: absolute;right: 20px;top: 50%" (click)="getAcFun(v.activity_id, 3)"> <!--(click)="showMdThree(v)-->
<img src="/assets/img/cright.png" alt="" style="width: 14px;height: auto">
</div>
</ng-container>

举报

相关推荐

0 条评论