xzw 1 년 전
부모
커밋
c9b6edd2b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/Hot.js

+ 1 - 1
js/Hot.js

@@ -991,7 +991,7 @@ window.initHot = function(model){
         
         updateMute(){
             if(this.texType == 'video'){
-                this.texMedia.muted = !!manage.bgmShouldPlay//true
+                this.texMedia && (this.texMedia.muted = !!manage.bgmShouldPlay)//true
             }
         }