From 3a4019a313d3e172ba2b53e765dd4a763a13fec0 Mon Sep 17 00:00:00 2001 From: blak-kong <546598185@qq.com> Date: Fri, 1 Mar 2024 18:25:33 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=BB=AA?= =?UTF-8?q?=E5=99=A8=E5=BC=80=E5=A7=8B=E6=9A=82=E5=81=9C=E7=9A=84=E5=80=92?= =?UTF-8?q?=E8=AE=A1=E6=97=B6=E6=95=B0=E5=AD=97=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/iotCarePlan/iotCarePlan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iotCarePlan/iotCarePlan.tsx b/src/pages/iotCarePlan/iotCarePlan.tsx index 7ef16e4..f1a0d01 100644 --- a/src/pages/iotCarePlan/iotCarePlan.tsx +++ b/src/pages/iotCarePlan/iotCarePlan.tsx @@ -1159,7 +1159,7 @@ class IotCarePlan extends Component { return; } - let downNum = CountDownTime[ActiveModeItem.modeName] || 3; + let downNum = CountDownTime[ActiveModeItem.modeType] || 3; console.log("downNum", downNum); this.showCountdownFun(downNum, () => {}); // 倒计时弹窗