<button class="app-btn"
hover-class="none"
open-type="launchApp"
bindtap="launchApp"
binderror="launchAppError" >app</button>
在两个tabbar页面上都添加了打开app的button。
问题复现步骤:
在第一个tabbar上点击了按钮,且触发了binderror事件;
在第二个tabbar页面上也点击打开app的button,且触发了binderror事件。
问题: 这时,第一个tabbar页面上的binderror也会触发。该问题在开发工具不会出现,只出现在真机上。