From fcf1ab7acf2517d4a9884bc785430769b099b064 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 10 Oct 2023 10:29:30 +0800 Subject: [PATCH] fix:风场粒子修改 --- src/components/Wind/Map.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Wind/Map.vue b/src/components/Wind/Map.vue index d9d8111..5414cfd 100644 --- a/src/components/Wind/Map.vue +++ b/src/components/Wind/Map.vue @@ -1566,7 +1566,6 @@ // ������������������������ getParamsData() { clearInterval(this.timer) - this.change(this.changeColor) this.timer = setInterval(() => { this.currentHour() this.times-- @@ -1595,6 +1594,10 @@ // this.windDir() // console.log('���������������') // } + setTimeout(() => { + this.change(this.changeColor) + this.times = 300 + }, 100) } }, 1000) }, @@ -1623,7 +1626,7 @@ maxZoom: 18, center: [this.weiduNew, this.jingduNew], zoom: 14, - zoomControl: true, // ������������ + zoomControl: false, // ������������ trackResize: true, worldCopyJump: true, dragging: true, -- Gitblit v1.8.0