Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
fae83d75
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
6045
Star
91
Fork
165
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
19
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
19
Issue
19
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
fae83d75
编写于
11月 28, 2024
作者:
M
mahaifeng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[backgroundaudio]修改背景音频示例
上级
6ebb0aa5
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
5 addition
and
15 deletion
+5
-15
pages/API/get-background-audio-manager/get-background-audio-manager.uvue
...ackground-audio-manager/get-background-audio-manager.uvue
+5
-15
static/stop.png
static/stop.png
+0
-0
未找到文件。
pages/API/get-background-audio-manager/get-background-audio-manager.uvue
浏览文件 @
fae83d75
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view>
<view>
<page-head :title="title"></page-head>
<page-head :title="title"></page-head>
<view class="uni-padding-wrap">
<view class="uni-padding-wrap">
<view class="uni-hello-text">注意:离开当前页面后背景音乐将保持播放
,但退出uni-app将停止
</view>
<view class="uni-hello-text">注意:离开当前页面后背景音乐将保持播放</view>
<view class="page-body-buttons">
<view class="page-body-buttons">
<block v-if="playing">
<block v-if="playing">
<view class="page-body-button" @tap="stop">
<view class="page-body-button" @tap="stop">
...
@@ -38,8 +38,7 @@
...
@@ -38,8 +38,7 @@
onLoad: function () {
onLoad: function () {
let bgAudioMannager = uni.getBackgroundAudioManager();
let bgAudioMannager = uni.getBackgroundAudioManager();
bgAudioMannager.title = '致爱丽丝';
bgAudioMannager.title = '致爱丽丝';
bgAudioMannager.epname = '致爱丽丝'
bgAudioMannager.singer = '路德维希·范·贝多芬';
bgAudioMannager.singer = '暂无';
bgAudioMannager.coverImgUrl = 'https://web-assets.dcloud.net.cn/unidoc/zh/Alice.jpeg';
bgAudioMannager.coverImgUrl = 'https://web-assets.dcloud.net.cn/unidoc/zh/Alice.jpeg';
bgAudioMannager.onPlay(() => {
bgAudioMannager.onPlay(() => {
...
@@ -52,14 +51,12 @@
...
@@ -52,14 +51,12 @@
})
})
bgAudioMannager.onEnded(() => {
bgAudioMannager.onEnded(() => {
this.playing = false;
this.playing = false;
// this.playTime = this.playTime = 0;
// thi.formatedPlayTime = this.formatedPlayTime
})
})
bgAudioMannager.onNext(() => {
bgAudioMannager.onNext(() => {
console.log("下一曲");
console.log("下一曲");
this.bgAudioMannager?.stop()
this.bgAudioMannager?.stop()
bgAudioMannager.title = '致爱丽丝' + this.count++;
bgAudioMannager.title = '致爱丽丝' + this.count++;
bgAudioMannager.singer = '
暂无2' + this.count++
;
bgAudioMannager.singer = '
路德维希·范·贝多芬'
;
bgAudioMannager.coverImgUrl = 'https://web-assets.dcloud.net.cn/unidoc/zh/Alice.jpeg';
bgAudioMannager.coverImgUrl = 'https://web-assets.dcloud.net.cn/unidoc/zh/Alice.jpeg';
this.bgAudioMannager!.src = this.dataUrl;
this.bgAudioMannager!.src = this.dataUrl;
this.bgAudioMannager?.play()
this.bgAudioMannager?.play()
...
@@ -68,17 +65,10 @@
...
@@ -68,17 +65,10 @@
console.log("上一曲");
console.log("上一曲");
this.bgAudioMannager?.stop()
this.bgAudioMannager?.stop()
bgAudioMannager.title = '致爱丽丝' + this.count--;
bgAudioMannager.title = '致爱丽丝' + this.count--;
bgAudioMannager.singer = '
暂无' + this.count--
;
bgAudioMannager.singer = '
路德维希·范·贝多芬'
;
this.bgAudioMannager!.src = this.dataUrl;
this.bgAudioMannager!.src = this.dataUrl;
this.bgAudioMannager?.play()
this.bgAudioMannager?.play()
})
})
// bgAudioMannager.onTimeUpdate((e) => {
// if (Math.floor(bgAudioMannager.currentTime) > Math.floor(this.playTime)) {
// this.$backgroundAudioData.formatedPlayTime = this.formatedPlayTime = util.formatTime(Math.floor(bgAudioMannager.currentTime));
// }
// this.$backgroundAudioData.playTime = this.playTime = bgAudioMannager.currentTime;
// })
this.bgAudioMannager = bgAudioMannager;
this.bgAudioMannager = bgAudioMannager;
},
},
methods: {
methods: {
...
...
static/stop.png
0 → 100644
浏览文件 @
fae83d75
2.5 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录