From b39a8ceda466fdd564554a26f802e7ef74ad7d30 Mon Sep 17 00:00:00 2001 From: qsj <731458905@qq.com> Date: Wed, 13 Mar 2024 21:20:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx b/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx index 313ec7c..bb4e3c1 100644 --- a/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx +++ b/src/moduleIOT/pages/iotCarePlan/iotCarePlan.tsx @@ -1896,7 +1896,7 @@ class IotCarePlan extends Component { console.log(isFirstTipShow,'查看返回值'); if (!isFirstTipShow) { - if(res.data.length !== 0){ + if(res.data.data.length !== 0){ // 首次进入页面:自动打开打卡介绍弹窗 this.setState({ nurseInfo: res.data.data, isFirstTipShow: true }); }