|
@@ -6339,7 +6339,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
}
|
|
|
function A(e, t) {
|
|
|
- $("#play").find("a").on("mousedown touchstart", function(e) {
|
|
|
+ $("#play").on("mousedown touchstart", function(e) {
|
|
|
l(e);
|
|
|
Ze("tour");
|
|
|
ve.play();
|
|
@@ -6355,7 +6355,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
gui_action: "play_highlights"
|
|
|
})
|
|
|
};
|
|
|
- $("#pause").find("a").on("mousedown touchstart", function(e) {
|
|
|
+ $("#pause").on("mousedown touchstart", function(e) {
|
|
|
l(e),
|
|
|
ve.pause(),
|
|
|
J.trackAlways("showcase_gui", {
|
|
@@ -14609,8 +14609,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
if (window.MP_PREFETCHED_MODELDATA.hoticon){
|
|
|
|
|
|
g_HotImage = {
|
|
|
- point: "https://super.4dage.com/images/4dagePoint2.png"||window.MP_PREFETCHED_MODELDATA.hoticon.default,
|
|
|
- point2: "https://super.4dage.com/images/4dagePoint.png"||window.MP_PREFETCHED_MODELDATA.hoticon.higt
|
|
|
+ point: window.MP_PREFETCHED_MODELDATA.hoticon.default || "https://super.4dage.com/images/4dagePoint2.png",
|
|
|
+ point2: window.MP_PREFETCHED_MODELDATA.hoticon.higt || "https://super.4dage.com/images/4dagePoint.png"
|
|
|
} ;
|
|
|
}
|
|
|
//czj 判断someData 有没有backgroundMusic 添加音乐
|