vue长按事件

html

<div class="test" @touchstart="gtouchstart()">按啊</div>

js

data(){
return {
    timeOutEvent: 0 ,// 长按事件定时器
  }
}
methods: { gtouchstart () { // 开始触摸 this.timeOutEvent = setTimeout(() => { // 长按2秒 this.timeOutEvent = 0 alert('ggg') }, 2000) }, }

 

上一篇:周总结11


下一篇:文章字数不达标,缺下的字数可咋整啊!