小程序如何动态解除事件绑定
<view hidden="{{currentTab!==0}}" bindtouchstart=‘chstart’ bindtouchmove=‘chmove’ bindtouchend=‘chend’>
</view>
chend事件有没有办法解除 chstart和chmove事件
<view hidden="{{currentTab!==0}}" bindtouchstart=‘chstart’ bindtouchmove=‘chmove’ bindtouchend=‘chend’>
</view>
chend事件有没有办法解除 chstart和chmove事件