使用的wx.createInnerAudioContext(),小程序音频duration时间需要在播放之后才能获取,可以在未播放的情况下获取duration嘛
好的,谢谢
我是点击的时候拿的
innerAudioContext.onPlay(() => {
innerAudioContext.onTimeUpdate((res) => {
comments[index].duration = innerAudioContext.duration.toFixed(0);
this.setData({
comments: comments
})
请问楼主这个问题解决好了吗?