Explorar o código

修复无法播放音频的问题

vothin %!s(int64=2) %!d(string=hai) anos
pai
achega
26cccb898c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/ncs-interaction/index.vue

+ 1 - 1
src/views/ncs-interaction/index.vue

@@ -546,7 +546,7 @@ export default {
         if (res.length !== 0) {
           if (res[0].endsWith("webm")) {
             this.streamingType = true
-          } else if (resp[0].endsWith("opus")) {
+          } else if (res[0].endsWith("opus")) {
             this.streamingType = false
           }