<view @touchstart="touchStartF" @touchmove.stop="touchMoveF" @touchend="touchEndF" ></view>
- 发布:2020-09-29 10:24
- 更新:2020-09-29 10:24
- 阅读:1109
产品分类: uniapp/小程序/阿里
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows97
HBuilderX类型: 正式
HBuilderX版本号: 2.7.4
第三方开发者工具版本号: 1.5.10
基础库版本号: 1.20.5
项目创建方式: HBuilderX
示例代码:
操作步骤:
@touchmove.stop在支付宝小程序中无法使用
加上stop后事件不执行了,不加stop会执行事件,但是会冒泡
@touchmove.stop在支付宝小程序中无法使用
加上stop后事件不执行了,不加stop会执行事件,但是会冒泡
预期结果:
@touchmove.stop在支付宝小程序中加上stop后事件不冒泡
@touchmove.stop在支付宝小程序中加上stop后事件不冒泡
实际结果:
@touchmove.stop在支付宝小程序中无法使用加上stop后事件不执行了
@touchmove.stop在支付宝小程序中无法使用加上stop后事件不执行了
bug描述:
@touchmove.stop在支付宝小程序中无法使用
加上stop后事件不执行了,不加stop会执行事件,但是会冒泡
0 个回复