@@ -793,8 +793,8 @@
<script>
var changeLog = ()=>{
-
- if(number == "TEST" && browser.isMobile()){
+ browser
+ if((number == "TEST" || browser.valueFromHash('TEST')) && browser.isMobile()){
var exchange = function (o) {
console["old" + o] = console[o];
console[o] = function () {
@@ -22831,7 +22831,7 @@ window.Modernizr = function(n, e, t) {
this.flying = true
+ this.nextPano = pano //提前加载高清图片
this.path.warpDestHeroLoc = {
panoId : o.panoId,
position: pano.position,
@@ -22846,9 +22846,7 @@ window.Modernizr = function(n, e, t) {
this.currentPano = pano
this.emit("flying.ended", pano.position, oldPos, pano, oldPano)
this.flying = false
+ this.nextPano = null
} )
}