|
@@ -1250,6 +1250,7 @@ window.initHot = function (model) {
|
|
|
var a = document.getElementById("id1")
|
|
|
if (void 0 === a || null == a) {
|
|
|
document.querySelector(".popup-content").appendChild(n)
|
|
|
+ document.body.classList.add('hotspot-detail-open')
|
|
|
var s = !1
|
|
|
window.loaddingSuccess = function () {
|
|
|
s = !0
|
|
@@ -1685,7 +1686,7 @@ window.initHot = function (model) {
|
|
|
hotPop.style.display = "none"
|
|
|
document.querySelector(".popup-content").removeChild(document.getElementById("id1"))
|
|
|
$("#popup iframe:last").remove()
|
|
|
-
|
|
|
+ document.body.classList.remove('hotspot-detail-open')
|
|
|
|
|
|
SoundManager.pause('hot', true)//自动播放被中断的音频 (bgm
|
|
|
|