Update hkplay.vue
This commit is contained in:
parent
e011ab15d8
commit
cfd27691bc
|
@ -83,6 +83,7 @@ const stopTalk = () => {
|
||||||
}
|
}
|
||||||
//调节声音
|
//调节声音
|
||||||
const TalkSetVolume = () => {
|
const TalkSetVolume = () => {
|
||||||
|
//@ts-ignore
|
||||||
myPlugin.JS_TalkSetVolume(parseFloat(inputValue.value)).then(
|
myPlugin.JS_TalkSetVolume(parseFloat(inputValue.value)).then(
|
||||||
() => {
|
() => {
|
||||||
console.log('JS_TalkSetVolume success', inputValue.value)
|
console.log('JS_TalkSetVolume success', inputValue.value)
|
||||||
|
|
Loading…
Reference in New Issue