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