From f595d24f187fbc658ad0a0eba20ff345dbc153a9 Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Fri, 30 Sep 2022 17:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=BB=8F=E9=AA=8C=E5=80=BC?= =?UTF-8?q?=E4=B8=BA0=E6=97=B6=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tools.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/tools.js b/src/utils/tools.js index 36bc33a9..a8165b89 100644 --- a/src/utils/tools.js +++ b/src/utils/tools.js @@ -277,7 +277,6 @@ export function experienceValue(total) { data.start = 'LV1'; data.end = 'LV2'; data.endValue = 600; - if(total == 0){total = 1;} data.percentage = parseFloat((total / 600) * 100); } else if(total > 300 || total == 300 || total < 600){ data.start = 'LV2';