|
@@ -170,7 +170,7 @@ Manage.prototype.switchBgmState = function(state){
|
|
|
$("#volume a img").attr("src", "./images/Volume btn_off.png")
|
|
|
$("#volume").attr("title", "关闭声音");
|
|
|
g_tourAudio && g_tourAudio.pause()
|
|
|
- SoundOnVideo && switchSoundBtn(SoundOnVideo)
|
|
|
+ //SoundOnVideo && switchSoundBtn(SoundOnVideo)
|
|
|
}
|
|
|
var paused = function(){
|
|
|
g_play = 0;
|