|
@@ -4899,7 +4899,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
n.prototype.goToDestination = function(e, t, i, n) {
|
|
|
|
|
|
//音频
|
|
|
- if(this.destinationItem[1] == 0){//如果是每个folder的起始
|
|
|
+ if(this.destinationItem[1] == 0 && e!='noMusic'){//如果是每个folder的起始
|
|
|
var musicInfo = this.model.heroLocations[this.destinationItem[0]].musicInfo
|
|
|
if(musicInfo && musicInfo.music){
|
|
|
var o = musicInfo.music.includes(g_Prefix.slice(-10)) ? musicInfo.music : g_Prefix + musicInfo.music;
|
|
@@ -5016,7 +5016,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.clearWalkingSectionPaused(),
|
|
|
this.setDestinationItem(e),
|
|
|
this.useSpecialTransition("Hilight"),
|
|
|
- this.goToDestination(),
|
|
|
+ this.goToDestination("noMusic"),//
|
|
|
h.trackAlways("reach_highlight", {
|
|
|
reach_source: "thumb"
|
|
|
})
|