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, () => {}); // 倒计时弹窗