1. 程式人生 > >微信小程式view禁掉bindtap

微信小程式view禁掉bindtap

<view class="addCart {{shop.OpenFlag=='1'?'chose':'other'}}" bindtap="tapAddCart" data-id="{{items.GoodsId}}">

 

.other {

background: #ff8810;

pointer-events: none;

}

.chose {

background: #ff5c0d;

}