|
@@ -994,7 +994,7 @@ function showLogo(){
|
|
//czj 添加随机的时间
|
|
//czj 添加随机的时间
|
|
function randomTime(){
|
|
function randomTime(){
|
|
return new Date()
|
|
return new Date()
|
|
-};
|
|
|
|
|
|
+}
|
|
function matcher(data){
|
|
function matcher(data){
|
|
if(!data || !g_version ) return data;
|
|
if(!data || !g_version ) return data;
|
|
delete data.model.vision_version;
|
|
delete data.model.vision_version;
|
|
@@ -1836,7 +1836,7 @@ Manage.prototype.loadAudio = function() { //相关:g_tourAudio \ g_playAudio
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- this.switchBgmState(true);//初始设置允许播放bgm
|
|
|
|
|
|
+ // this.switchBgmState(true);//初始设置允许播放bgm
|
|
SoundManager.initAutoPlay()
|
|
SoundManager.initAutoPlay()
|
|
|
|
|
|
|
|
|