获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
在movable组件上加一个 capture-catch:longpress 事件
tap事件的触发时机是怎样的?按官方文档的介绍 tap事件:手指触摸后马上离开 但是当我在某处长按后释放还是会触发tap事件。 如下场景: movable-area -> movable-view -> view,movable开启了双指缩放,view上绑定了tap事件,当我在movable上缩放完成且手指刚好在某个view上面时,抬起手指的时候会触发view上的tap事件,我该如何才能在movable缩放完成后不触发子元素上的tap事件 代码片段 https://developers.weixin.qq.com/s/g2HCpKmm7iBg
2022-08-25请问楼主解决了吗,我也遇到这个问题了
ts开发小程序,组件methods中调用this.setData提示“类型xx上不存在”?[图片]
2022-08-22请问有人解决这个问题了吗?
系统提示如下错误,请问该如何处理?VM503 WAService.js:2 [Component] the type of property "search" is illegal (when preparing behavior "miniprogram_npm/weui-miniprogram/searchbar/searchbar").
2022-08-17