给这个遮罩层 绑定事件: 使用 catchtouchmove <view catchtouchmove="noneEnoughPeople"> 我是遮罩层 </view> function noneEnoughPeople(){ console.log('啥也不干就行,空函数哈哈哈'); }
给这个遮罩层 绑定事件: 使用 catchtouchmove
我是遮罩层
function noneEnoughPeople(){
console.log('啥也不干就行,空函数哈哈哈');
}