收藏
回答

微信开发者工具bindchange比bindtap执行速度快,而真机测试相反?

<input style="background-color: black;" bind:tap="qwer" bindchange="asdf"/>
<input style="background-color: blue;" bind:tap="qwe" bindchange="asd"/>


qwer(){console.log('t1');},
asdf(){console.log('c1');},
qwe(){console.log('t2');},
asd(){console.log('c2');}


当我点击第一个输入框后,紧接着点击第二个输入框时

真机测试:

微信开发者工具:

发现电脑点击事件会在change事件闭环之后执行,而真机测试却是先执行点击事件再闭环change事件

最后一次编辑于  06-15
回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    06-18

    工具什么版本

    06-18
    有用
    回复
登录 后发表内容