zhouenguang 3 年之前
父节点
当前提交
e12018d091
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      web/public/static/js/main_2020_show.js
  2. 1 1
      webM/public/static/js/main_2020_show.js

+ 1 - 0
web/public/static/js/main_2020_show.js

@@ -4114,6 +4114,7 @@ window.Modernizr = function(n, e, t) {
                           , i = (e.touches[0].clientY - e.touches[1].clientY) / $("#player").height();
                         this.pinchDistance = Math.sqrt(t * t + i * i)
                     }
+                    SoundManager.pause('tour') // 周恩光 点击场景时停止语音
                     this.emit(u.InputStart, "touch")
                 }
             }

+ 1 - 1
webM/public/static/js/main_2020_show.js

@@ -4114,6 +4114,7 @@ window.Modernizr = function(n, e, t) {
                           , i = (e.touches[0].clientY - e.touches[1].clientY) / $("#player").height();
                         this.pinchDistance = Math.sqrt(t * t + i * i)
                     }
+                    SoundManager.pause('tour')
                     this.emit(u.InputStart, "touch")
                 }
             }
@@ -4137,7 +4138,6 @@ window.Modernizr = function(n, e, t) {
                     case c.LEFT:
                         this.startRotationFrom(e.clientX, e.clientY)
                     }
-                    SoundManager.pause('tour') // 周恩光 点击场景时停止语音
                     this.emit(u.InputStart, "mouse")
                 }
             }