zhouenguang %!s(int64=3) %!d(string=hai) anos
pai
achega
e12018d091

+ 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")
                 }
             }