更新
This commit is contained in:
parent
cc3204ea93
commit
5dbcc14ece
12
App.vue
12
App.vue
@ -204,10 +204,11 @@
|
||||
}
|
||||
// #endif
|
||||
that.getConfigData();
|
||||
// setTimeout(()=>{
|
||||
// this.audio('https://lihai001.oss-cn-chengdu.aliyuncs.com/app/out.wav')
|
||||
// // this.audio()
|
||||
// }, 1500)
|
||||
setTimeout(()=>{
|
||||
this.audioTeam = ['/static/audio/zhifubao.MP3','/static/audio/2.MP3','/static/audio/bai.MP3','/static/audio/1.MP3','/static/audio/shi.MP3','/static/audio/3.MP3', '/static/audio/yuan.MP3']
|
||||
this.audio(this.audioTeam[0])
|
||||
// this.audio('https://lihai001.oss-cn-chengdu.aliyuncs.com/app/out.wav')
|
||||
}, 1500)
|
||||
},
|
||||
onShow() {
|
||||
let that = this
|
||||
@ -307,6 +308,7 @@
|
||||
async audio(url) {
|
||||
const innerAudioContext = uni.createInnerAudioContext();
|
||||
innerAudioContext.src = url || `/static/audio/order.mp3`;
|
||||
innerAudioContext.startTime = 0.2;
|
||||
innerAudioContext.autoplay = true;
|
||||
innerAudioContext.onPlay(() => {
|
||||
console.log('开始播放')
|
||||
@ -317,7 +319,7 @@
|
||||
if (this.audioTeam.length > 1) {
|
||||
this.audioTeam.splice(0, 1);
|
||||
console.log('队列中');
|
||||
this.audio()
|
||||
this.audio(this.audioTeam[0]);
|
||||
} else {
|
||||
console.log('队列为零');
|
||||
this.audioTeam = []
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "2.0.15",
|
||||
"versionCode" : 2015,
|
||||
"versionName" : "2.0.16",
|
||||
"versionCode" : 2016,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
|
BIN
static/audio/1.MP3
Normal file
BIN
static/audio/1.MP3
Normal file
Binary file not shown.
BIN
static/audio/2.MP3
Normal file
BIN
static/audio/2.MP3
Normal file
Binary file not shown.
BIN
static/audio/3.MP3
Normal file
BIN
static/audio/3.MP3
Normal file
Binary file not shown.
BIN
static/audio/bai.MP3
Normal file
BIN
static/audio/bai.MP3
Normal file
Binary file not shown.
BIN
static/audio/shi.MP3
Normal file
BIN
static/audio/shi.MP3
Normal file
Binary file not shown.
BIN
static/audio/yuan.MP3
Normal file
BIN
static/audio/yuan.MP3
Normal file
Binary file not shown.
BIN
static/audio/zhifubao.MP3
Normal file
BIN
static/audio/zhifubao.MP3
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user