onLoad() {
this.$backgroundAudio.title = '致爱丽丝';
this.$backgroundAudio.singer = '暂无';
this.$backgroundAudio.coverImgUrl = 'https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/music-a.png';
this.$backgroundAudio.src = 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-hello-uniapp/2cc220e0-c27a-11ea-9dfb-6da8e309e0d8.mp3';
this.$backgroundAudio.play();
this.$backgroundAudio.onPlay(() => {
console.log('开始播放===');
});
this.$backgroundAudio.onPause(() => {
console.log('停止===');
});
},
onBackPress(event) {
this.$backgroundAudio.stop();
console.log('退出页面停止播放===');
},
![2***@qq.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/bf89092ce2770ac192c100650bee9b82.png)
2***@qq.com
- 发布:2023-10-10 14:02
- 更新:2023-10-10 14:02
- 阅读:234
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20231010/ed568079f1568eef02dfab3e84ada8f2.png)