shish hai 1 ano
pai
achega
668ffb4bf9
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      ghsPad/src/utils/util.js
  2. 1 0
      hdPad/src/utils/util.js

+ 1 - 0
ghsPad/src/utils/util.js

@@ -316,6 +316,7 @@ export const noStockRemind = () =>{
 }
 
 export const hitVoice = () =>{
+	return true
 	const innerAudioContext = uni.createInnerAudioContext()
 	innerAudioContext.autoplay = true
 	innerAudioContext.src = "/static/hit.mp3"

+ 1 - 0
hdPad/src/utils/util.js

@@ -316,6 +316,7 @@ export const noStockRemind = () =>{
 }
 
 export const hitVoice = () =>{
+	return true
 	const innerAudioContext = uni.createInnerAudioContext()
 	innerAudioContext.autoplay = true
 	innerAudioContext.src = "/static/hit.mp3"