使用usingComponents后,longpress会激发tap事件
模版:
<view bindtap=“ontap” bindlongpress=“onlongpress”>xxxxx</view>
json配置:
“usingComponents”: {}
长按后会激发longpress事件,抬起后会继续激发tap事件
模版:
<view bindtap=“ontap” bindlongpress=“onlongpress”>xxxxx</view>
json配置:
“usingComponents”: {}
长按后会激发longpress事件,抬起后会继续激发tap事件