From 0edf94722a0dcc338567fec7df76b2e0acd39b92 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 27 五月 2024 15:30:48 +0800 Subject: [PATCH] 调整 --- src/pages/characterMap/characterMap.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/pages/characterMap/characterMap.vue b/src/pages/characterMap/characterMap.vue index b613e8a..df06f02 100644 --- a/src/pages/characterMap/characterMap.vue +++ b/src/pages/characterMap/characterMap.vue @@ -108,7 +108,6 @@ // this.aaa(); // }); this.$route; - console.log(this.$route, "this.$route"); this.getPersonInfoFun(); this.getBasicInfo(); }, @@ -181,7 +180,6 @@ id: this.$route.query.id, type: "PERSON_SPACE_TIME" }).then((res) => { - console.log(res, "res"); this.initMap(res.object.personSpaceTimeList); }); }, @@ -191,7 +189,6 @@ id: this.$route.query.id, type: "PERSON_BASIC" }).then((res) => { - console.log(res, "res"); this.basicInfo.name = res.object.personFieldList.find( (f) => f.fieldName == "WEAK_NAME" ).content1; @@ -212,11 +209,9 @@ }, creatMX(len) { - console.log(len); let width = len * 50 + 10; // this.MX.style.width = `${width}px` // this.scales.style.width = `${width}px` - // console.log(this.box.style.width); }, creatScale() { // for (let i = 0; i < this.yearArr.length; i++) { @@ -226,7 +221,6 @@ // scale.addEventListener("click", this.scaleClick) // scales.appendChild(scale) // } - // console.log(arr[0]); }, handleSliderChange(value) { @@ -234,16 +228,13 @@ }, scaleClick(i) { // let i = Number(this.getAttribute("data-index")) - console.log(i, this.cursorML); if (i > this.yearIndex) { this.cursorML += (i - this.yearIndex + +("0.0" + this.yearIndex)) / 1.9; // this.spanML += 50 * (i - this.yearIndex) - console.log(i - this.yearIndex + 0.2, "aaaa"); } else { this.cursorML -= (this.yearIndex - i) / 2 + 0.04; // this.spanML -= 50 * (this.yearIndex - i) - console.log(this.yearIndex, i, "bbbb"); } this.yearIndex = i; }, @@ -459,12 +450,10 @@ // 璁剧疆鐐瑰嚮浜嬩欢鐩戝惉 myChart.on("click", (params) => { // menuNav2 = !menuNav1 - // console.log(menuNav); if (params.componentType === "series") { var dataName = params.data.name; // 鑾峰彇鐐瑰嚮鐨勬暟鎹悕绉� var dataValue = params.data.value; // 鑾峰彇鐐瑰嚮鐨勬暟鎹�� // 鍦ㄨ繖閲屽彲浠ユ牴鎹渶瑕佸鐞嗙偣鍑讳簨浠讹紝姣斿寮瑰嚭瀵瑰簲鏁版嵁鐨勮缁嗕俊鎭瓑鎿嶄綔 - // console.log('鐐瑰嚮浜�', dataName, '鏁版嵁锛屾暟鍊间负', dataValue); // 杩欓噷鍙互缂栧啓瑙﹀彂鏃堕棿鑾峰彇瀵瑰簲鏁版嵁淇℃伅鐨勯�昏緫 this.spaceTimeArr(params); } @@ -477,7 +466,6 @@ // 淇敼 Vue 缁勪欢鐨勬暟鎹紝渚嬪鏄剧ず鑿滃崟瀵艰埅 this.menuNav = !this.menuNav; // 鏃剁┖鍦板浘鐨勬暟鎹� - console.log(Arr); } } }; -- Gitblit v1.9.1