微信小程序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;

}

猜你喜欢

转载自blog.csdn.net/yzy1970185464/article/details/84026094