From 10e3d882dc57bcced209ebe9fe114fd5d76bda81 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 8 Oct 2024 13:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/carouselChart.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index daab891..5159069 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -269,10 +269,10 @@ export default { }, mounted() { console.log("我是图片列表", this.terminalPhoto); - if (this.terminalPhoto) { - this.changeBigPic(this.terminalPhoto[0], 0); - // 进行其他操作 - } + // if (this.terminalPhoto) { + // this.changeBigPic(this.terminalPhoto[0], 0); + // // 进行其他操作 + // } //console.log(this.terminalPhoto[0]); }, @@ -333,7 +333,7 @@ export default { .catch((err) => {}); }, //开启绘制线缆 - openLine() { + openline() { this.flagLine = true; //开启传1 updateMarkEnableStatus({ @@ -344,7 +344,7 @@ export default { this.drawline(); }, //关闭绘制线缆 - closeLine() { + handelClear() { this.ctx.clearRect(0, 0, this.canvas.width, this.canvas.height); this.flagLine = false;