赞
踩
playVoice() { let t = this; var url = "xxxxxxmp3"; //语音地址 var audio = new Audio(); audio.src = url; audio.addEventListener("canplaythrough", event => { /* 音频可以播放;如果权限允许则播放 */ audio.play(); }); t.$notify.info({ title: "新订单通知", message: " 有新订单", position: "bottom-right", duration: 5000, }); },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。