uniapp中背景音频管理器(getBackgroundAudioManager)中onPrev和onNext不生效/回调

// #ifdef APP-PLUS
const player = plus.audio.createPlayer();
player.addEventListener('prev', () => {  
    
});
player.addEventListener('next', () => {  
    
});
// #endif

猜你喜欢

转载自blog.csdn.net/Honiler/article/details/110829513