uniapp长按事件

<view @longpress="get_changan"> 长按事件</view>

使用

// 长按事件
get_changan(){
	console.log('我长按了')
},


评论