@ -4139,7 +4139,7 @@ MainMap_QM.prototype = {
if ( item . hasOwnProperty ( "wayShop" ) && item . wayShop ) {
for ( let i = 0 ; i < item . wayShop . length ; i ++ ) {
let enTlite = item . wayShop [ i ] . shop . shopNameEn == "" ? item . wayShop [ i ] . shop . shopName : item . wayShop [ i ] . shop . shopNameEn ;
Map_QM . util . pathStateObj . forShopArr . wayList . push ( { isAddPrefix : false , shopName : "经过 " + item . wayShop [ i ] . shop . shopName || item . wayShop [ i ] . shop . name , shopNameEn : "PASS " + enTlite , logoPath : item . wayShop [ i ] . shop . logoPath , code : item . wayShop [ i ] . shop . code , shopNum : iot ? item . wayShop [ i ] . shop . houseNumber : item . wayShop [ i ] . shop . houseNum } ) ;
Map_QM . util . pathStateObj . forShopArr . wayList . push ( { isAddPrefix : false , shopName : "经过 " + item . wayShop [ i ] . shop . shopName || item . wayShop [ i ] . shop . name , shopNameEn : "PASS " + enTlite , logoPath : item . wayShop [ i ] . shop . logoPath || item . wayShop [ i ] . shop . logoUrl , code : item . wayShop [ i ] . shop . code , shopNum : iot ? item . wayShop [ i ] . shop . houseNumber : item . wayShop [ i ] . shop . houseNum } ) ;
}
}
if ( item . hasOwnProperty ( "Facilities" ) && item . Facilities ) { //设施
@ -5338,10 +5338,10 @@ FloorMap_QM.prototype = {
show = shopData [ h ] . shopName || shopData [ h ] . name ;
showLeb = houseNum ;
showE = shopData [ h ] . shopNameEn || shopData [ h ] . nameEn ;
logo = shopData [ h ] . logoPath ;
logo = shopData [ h ] . logoPath || shopData [ h ] . logoUrl ;
mapShow = shopData [ h ] . mapShow ? ? false ;
if ( shopData [ h ] . navRecommend ) {
navRecommend = shopData [ h ] . navRecommend ;
if ( shopData [ h ] . navRecommend || shopData [ h ] . isPass ) {
navRecommend = shopData [ h ] . navRecommend || shopData [ h ] . isPass ;
} else {
navRecommend = false ;
}
@ -5354,12 +5354,12 @@ FloorMap_QM.prototype = {
mapData . shopArea [ i ] . type = "promotion" ;
this . addTagLabel ( mapData . shopArea [ i ] , { "node" : mapData . shopArea [ i ] . shopNav , "floor" : this . floorOrder , "build" : this . buildOrder } ) ;
}
if ( shopData [ h ] . formatColor ) {
entColor = parseInt ( shopData [ h ] . formatColor . replace ( "#" , "0x" ) , 16 ) ;
}
if ( shopData [ h ] . borderColor ) {
borderColor = parseInt ( shopData [ h ] . borderColor . replace ( "#" , "0x" ) , 16 ) ;
}
// if (shopData[h].formatColor) {
// entColor = parseInt(shopData[h].formatColor.replace("#", "0x"), 16);
// }
// if (shopData[h].borderColor) {
// borderColor = parseInt(shopData[h].borderColor.replace("#", "0x"), 16);
// }
break ;
}
}
@ -6515,3 +6515,4 @@ FindPath_QM.prototype.playMoveGuide = function () {
}
}