微信小程序点击播放MP3音频文件
iamdu2022-05-30 18:24:04微信小程序 浏览: 897241
onload({
this.innerAudioContext = wx.createInnerAudioContext(); //初始化音频播放文件
})
/*选择发音员*/
goSelectVoice: function(e) {
let that = this
var a = e.currentTarget.dataset.index //当前选择的选项ID
this.setData({
selectVoice: a
})
//
this.innerAudioContext && this.innerAudioContext.stop(),
this.innerAudioContext.src = 'https://btaotao-1255753702.cos.ap-guangzhou.myqcloud.com/qushuiyinxcx/ico/'+ a +'.mp3'
this.innerAudioContext.play();
//
},
//页面退出时销毁音频播放
onUnload:function(){
this.innerAudioContext.destroy();
},
联系站长
友情链接
其他入口
QQ与微信加好友
粤ICP备17018681号 站点地图 www.iamdu.com 版权所有 服务商提供:阿里云 Designed by :DU
本站部分资源内容来源于网络,若侵犯您的权益,请联系删除!