From d4cdecd25e3a9080e20339d95802f08806a25cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=BF=97=E9=BE=99?= Date: Fri, 17 Mar 2023 15:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'public/static/qm/MainMap?= =?UTF-8?q?=5FQM.js'?= 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;