From e269454bce32923105a583913d07afb070ea3b49 Mon Sep 17 00:00:00 2001 From: gaozl Date: Fri, 17 Mar 2023 15:34:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E5=9B=BE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/qm/MainMap_QM.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index de83e39..749e32f 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -70,9 +70,9 @@ QMUtil = function () { this.pathStateObj = { isPathState: false, isPathPlay: true, basePath: "", graphPath: "", ftPath: "", dtPath: "", facAllArr: [], forShopArr: {}, elevator: null, straight: null, elevatorDown: null, seldtFacNo: "", seldownftFacNo: "", selupftFacNo: "" }; this.timeObj = { timeS: 0, collTime: -1, pathTime: -1 }; //debug 参数 相机坐标/ 镜头方向 - this.guiOptions = { cameraX: -16, cameraY: 136, cameraZ: 146, targatX: -17, targatY: 0, targatZ: 20 }; //this.button = function() {}; + this.guiOptions = { cameraX: 0, cameraY: 220, cameraZ: 220, targatX: 0, targatY: 0, targatZ: 0 }; //this.button = function() {}; - this.sceneGap = { x: 0, y: 0, z: 0, scale: 0.09 }; //改变地图位置,大小 + this.sceneGap = { x: -10, y: 0, z: 0, scale: 0.08 }; //改变地图位置,大小 this.selectBuild = 0; this.selectFloor = 0; @@ -4971,7 +4971,7 @@ FloorMap_QM.prototype = { let some = Map_QM.util.options.boxShop.some((item) => { return mapData.shopArea[i].name.includes(item); }); - if (showLeb != "" || some) { + if ((showLeb != "" || some )&&show != "shop") { showLeb = mapData.shopArea[i].name; let shopDiv = document.createElement('div'); shopDiv.style.cssText = css_LR;