组件:第一个参数传入出发方法的名字,第二个参数传入需要传入的参数
this.triggerEvent(‘timeUpdate‘,{ currentTime })
页面:bind:xxx, xxx为传入的方法 也可以直接bindxxx
<l-progress-bar bindtimeUpdate="timeUpdate" bindmusicEnd="next" />
页面.js
timeUpdate(event){ console.log(event.detail) },
原文地址:https://www.cnblogs.com/lxz-blogs/p/12672362.html
时间: 2024-11-07 15:15:43