|
@@ -4534,9 +4534,9 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.updateModel(),
|
|
|
this.resetAll(),
|
|
|
this.bindEvents()
|
|
|
-
|
|
|
+
|
|
|
// 周恩光 查询pano对应的导览片段
|
|
|
- if(!this.panoIdMap) {
|
|
|
+ if(!this.panoIdMap) {
|
|
|
this.panoIdMap = new Map()
|
|
|
this.model.heroLocations.forEach( (value, index) => {
|
|
|
// value.heroLocations.forEach( hl => {
|
|
@@ -4916,7 +4916,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
,
|
|
|
n.prototype.playTour = function() {
|
|
|
- if (!this.bounceable()) {
|
|
|
+ if (!this.bounceable()) {
|
|
|
|
|
|
if(!this.currentItem) this.currentItem = []
|
|
|
if((this.currentItem[0] != 0 || this.destinationItem[0]!= this.nItems-1) && this.player.hasMoved){
|
|
@@ -4957,8 +4957,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.walkingSectionPaused ? (this.clearWalkingSectionPaused(),
|
|
|
this.goToDestination()) : this.goNext()))
|
|
|
}
|
|
|
- }
|
|
|
- ,
|
|
|
+ },
|
|
|
/* n.prototype.bgmReplay = function() {//xzw add 结束tour后可能要继续播放背景音乐
|
|
|
|
|
|
|