<double-tap-gesture-handler class="data-v-2c7d7a39" u-s="{{['d']}}" bindtap="{{f}}" u-i="2c7d7a39-0" bind:__l="__l">
绑定bindtap点击事件,点击有反应,可以执行:console.log('testHandle',);
但是换成绑定【手势识别成功的回调】事件,双击没反应
<tap-gesture-handler class="data-v-2c7d7a39" u-s="{{['d']}}" worklet:ongesture="{{f}}" u-i="2c7d7a39-0" bind:__l="__l">
<tap-gesture-handler class="data-v-2c7d7a39" u-s="{{['d']}}" on-gesture-event="{{f}}" u-i="2c7d7a39-0" bind:__l="__l">
<tap-gesture-handler class="data-v-2c7d7a39" u-s="{{['d']}}" onGestureEvent="{{f}}" u-i="2c7d7a39-0" bind:__l="__l">
请具体描述问题出现的流程,并提供原生能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。