chenhaozhe
2025-12-23 8024deba5db85072bf95aa9d740a53b7ea94d3b1
utils/common.js
@@ -395,10 +395,7 @@
            console.log('播放暂停,销毁');
            innerAudioContext.destroy();
        });
      innerAudioContext.onStop(function() {
          console.log('播放暂停,销毁');
          innerAudioContext.destroy();
      })
    }
    // playSound(e) {
    //     // 全局维护一个音频实例,防止缓存溢出