xzw 1 год назад
Родитель
Сommit
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
             }
         }