<img width="1618" height="157" alt="Image" src="https://github.com/user-attachments/assets/a46abf76-ea8e-4684-95e7-81f936d96707" /> 由于小程序使用 bind:touchmove 会使移动性能下降,导致在手机上面按住移动时不断移动, tooptip 移动显示会在一段时间变得非常卡顿,这是因为 ec-canvas.wxml 使用了 bind 绑定了 touchmove 事件,这边建议修改成 catch:touchmove 事件,性能会明显增加