From 30993321fe7dc175556cacaaf218deaef60e7155 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Tue, 18 Oct 2022 17:49:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=A81=E5=B1=82=E6=89=B6=E6=A2=AF?= =?UTF-8?q?=E7=9B=B4=E6=A2=AFcost=E7=9B=B8=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-helper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-helper.js b/data-helper.js index 2a1b554..6b72371 100644 --- a/data-helper.js +++ b/data-helper.js @@ -300,7 +300,7 @@ export const handleData = ( ? Infinity : list.isEscalator ? 7000 * floorDiff - : 10000 + floorDiff * 1000, + : 6000 + floorDiff * 1000, }; const rightValue = { [leftKey]: @@ -308,7 +308,7 @@ export const handleData = ( ? Infinity : list.isEscalator ? 7000 * floorDiff - : 10000 + floorDiff * 1000, + : 6000 + floorDiff * 1000, }; attachGraph({ graph,