zhouenguang 3 سال پیش
والد
کامیت
ac8dd45f0a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/public/static/js/main_2020_show.js

+ 1 - 1
web/public/static/js/main_2020_show.js

@@ -4919,7 +4919,7 @@ window.Modernizr = function(n, e, t) {
                 if (!this.bounceable()) {
 
                     if(!this.currentItem) this.currentItem = []
-                    if(this.currentItem[0] != 0 || this.destinationItem[0]!= this.nItems-1){
+                    if(this.player.model.mode == "panorama" && (this.currentItem[0] != 0 || this.destinationItem[0] != this.nItems-1)){
                         // 周恩光加 从当前pano进行自动导览
                         let currentPanoDestinations = this.panoIdMap.get(this.player.currentPano.id)
                         // this.model.heroLocations.forEach( (value, index) => {