Commit a519f90e authored by sujie@126.com's avatar sujie@126.com

dd

parent 125a385a
......@@ -916,9 +916,10 @@ Page({
})
},
playvoice (e) {
const {value, duration} = e.detail;
const {value, duration} = e.target.dataset;
console.log(e, 'ew');
// this.innerAudioContext = wx.createInnerAudioContext();
console.log(value,'value');
this.innerAudioContext.src = audioorigin(value);
this.innerAudioContext.obeyMuteSwitch = false;
this.resetAudiosPlayStatus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment