派生自 STUWMS
utils/common.js @@ -302,6 +302,7 @@ // uni-app 播放音频封装 playSound(e) { console.log(e); const innerAudioContext = uni.createInnerAudioContext(); if (e == 1) { innerAudioContext.src = '/static/success.wav';