wtt
2025-10-10 27a3bb4a82b15165b67dbd515921391820c397de
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';