Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我在button上增加触碰事件,在微信开发者工具里没有效果
<Button onTouchStart={evt1} onTouchEnd={evt2} onTap={evt3} >test</Button>
请问这是什么原因?是我写的不对吗?